summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 17:36:19 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-02-27 17:36:19 +0000
commitbf0a65b8ba35f3b89700a10c7eb23f2c8dc212cb (patch)
treec14e90f29f6ed57b9358529c8ef66d4b69c29a0f /Makefile
parentcadcabe0265db6753eccec3bcc53bdc5b837cc3d (diff)
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