summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-02-27 17:36:11 +0000
committerderaadt <deraadt@openbsd.org>2004-02-27 17:36:11 +0000
commit77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a (patch)
tree3733a42dd7c7f2341b32c1aa766af8317c301adf /Makefile
parentJVC MP-XP7250 Builtin USB WLAN (diff)
downloadwireguard-openbsd-77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a.tar.xz
wireguard-openbsd-77fd8a68cd3e1b2ccac42e4788b2531b079f8a1a.zip
change amd64's MACHINE_ARCH from x86_64 to amd64. There are many many
reasons for this, quite a few of them technical, and not all of them in response to Intel's broken ia32e crud. The gcc toolchain stays at x86_64 for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 0621e683f32..3969ecb675b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.99 2004/02/01 06:16:50 brad Exp $
+# $OpenBSD: Makefile,v 1.100 2004/02/27 17:36:11 deraadt Exp $
#
# For more information on building in tricky environments, please see
@@ -128,7 +128,7 @@ cross-env: .PHONY
${CROSSDIRS}:
@-mkdir -p ${CROSSDIR}
@case ${TARGET} in \
- alpha|hppa|i386|m68k|m88k|powerpc|sparc|sparc64|vax) \
+ alpha|hppa|i386|m68k|m88k|powerpc|sparc|sparc64|vax|amd64) \
echo ${TARGET} ;;\
amiga|hp300|mac68k|mvme68k) \
echo m68k ;;\
@@ -138,8 +138,6 @@ ${CROSSDIRS}:
echo powerpc ;;\
sgi) \
echo mips ;;\
- amd64) \
- echo x86_64 ;;\
*) \
(echo Unknown arch ${TARGET} >&2) ; exit 1;; \
esac > ${CROSSDIR}/TARGET_ARCH