[project @ 2004-05-22 01:43:37 by dons]
authordons <unknown>
Sat, 22 May 2004 01:43:37 +0000 (01:43 +0000)
committerdons <unknown>
Sat, 22 May 2004 01:43:37 +0000 (01:43 +0000)
Add x86_64-*-openbsd* as synonym for amd64-*-openbsd.

Which one you get depends on which config.sub we have, and newer
(2004-*) config.subs normalise all amd64s to x86_64s.

configure.ac

index a83db0f..ecefbe2 100644 (file)
@@ -114,7 +114,7 @@ alpha*-unknown-openbsd*)
         HostVendor_CPP='unknown'
         HostOS_CPP='openbsd'
         ;;
-amd64*-*-openbsd*)
+amd64-*-openbsd*|x86_64-*-openbsd*)
        HostPlatform=x86_64-unknown-openbsd
        TargetPlatform=x86_64-unknown-openbsd
        BuildPlatform=x86_64-unknown-openbsd