Accept x86_64-*-freebsd* as well as amd64-*-freebsd* in configure.ac
authorIan Lynagh <igloo@earth.li>
Sat, 17 Nov 2007 15:45:02 +0000 (15:45 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 17 Nov 2007 15:45:02 +0000 (15:45 +0000)
Patch from Brian P. O'Hanlon

configure.ac

index b5a7aa8..2eac29d 100644 (file)
@@ -161,7 +161,7 @@ amd64-*-openbsd*|x86_64-*-openbsd*)
         HostVendor_CPP='unknown'
         HostOS_CPP='openbsd'
         ;;
-amd64-*-freebsd*)
+amd64-*-freebsd*|x86_64-*-freebsd*)
         HostPlatform=x86_64-unknown-freebsd
         TargetPlatform=x86_64-unknown-freebsd
         BuildPlatform=x86_64-unknown-freebsd