updated on Sun Jan 22 12:09:12 UTC 2012
[aur-mirror.git] / radiusclient / radiusclient-config.sub-x86_64-fix.diff
blobc653d4b4272291488429e1a2b718dcfde3d0e252
1 --- ./config.sub.orig 1999-02-10 00:56:03.000000000 +1000
2 +++ ./config.sub 2007-06-26 01:34:13.000000000 +1100
3 @@ -165,6 +165,9 @@
4 i[34567]86)
5 basic_machine=$basic_machine-pc
6 ;;
7 + x86_64-unknown|amd64|x86_64)
8 + basic_machine=x86_64-unknown
9 + ;;
10 # Object if more than one company name word.
11 *-*-*)
12 echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2