From 7f7288956072de31cead45d08fc9e4cac29ef18b Mon Sep 17 00:00:00 2001 From: dons Date: Sun, 18 Apr 2004 05:05:22 +0000 Subject: [PATCH] [project @ 2004-04-18 05:05:22 by dons] amd64 => x86_64 "x86_64" is what GHC has been calling this arch. --- configure.ac | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/configure.ac b/configure.ac index 1f9cdac..d5d8884 100644 --- a/configure.ac +++ b/configure.ac @@ -105,12 +105,12 @@ alpha*-unknown-freebsd*) HostVendor_CPP='unknown' HostOS_CPP='freebsd' ;; -amd64*-unknown-openbsd*) - HostPlatform=amd64-unknown-openbsd - TargetPlatform=amd64-unknown-openbsd - BuildPlatform=amd64-unknown-openbsd - HostPlatform_CPP='amd64_unknown_openbsd' - HostArch_CPP='amd64' +amd64*-*-openbsd*) + HostPlatform=x86_64-unknown-openbsd + TargetPlatform=x86_64-unknown-openbsd + BuildPlatform=x86_64-unknown-openbsd + HostPlatform_CPP='x86_64_unknown_openbsd' + HostArch_CPP='x86_64' HostVendor_CPP='unknown' HostOS_CPP='openbsd' ;; -- 1.7.10.4