21 lines
692 B
Plaintext
Raw Normal View History

$OpenBSD: patch-configure,v 1.1 2004/04/23 02:40:16 dons Exp $
Let haddock know about amd64/openbsd
--- configure.orig Thu Apr 22 14:10:05 2004
+++ configure Thu Apr 22 14:10:30 2004
@@ -1506,6 +1506,15 @@
HostVendor_CPP='unknown'
HostOS_CPP='freebsd'
;;
+amd64*-unknown-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'
+ ;;
arm*-linux*)
HostPlatform=arm-unknown-linux # hack again
TargetPlatform=arm-unknown-linux