From 1a93c83578589316b9c8e26311b6d1967837d375 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Fri, 27 Feb 2004 17:36:13 +0000 Subject: [PATCH] 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. --- src/etc/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/etc/Makefile b/src/etc/Makefile index 15bd5e11..5218decb 100644 --- a/src/etc/Makefile +++ b/src/etc/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.199 2004/02/16 19:03:30 miod Exp $ +# $OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $ TZDIR= /usr/share/zoneinfo LOCALTIME= Canada/Mountain @@ -25,8 +25,8 @@ BIN1= bootptab changelist ccd.conf csh.cshrc csh.login csh.logout \ .if ${MACHINE} == "alpha" || ${MACHINE} == "hppa" || \ ${MACHINE} == "i386" || ${MACHINE} == "macppc" || \ ${MACHINE} == "pegasos" || ${MACHINE} == "sparc" || \ - ${MACHINE} == "sparc64" || ${MACHINE_ARCH} == "x86_64" || \ - ${MACHINE} == "cats" + ${MACHINE} == "sparc64" || ${MACHINE} == "amd64" || \ + ${MACHINE} == "cats" || BIN1+= wsconsctl.conf .endif @@ -377,7 +377,7 @@ distrib: DHSIZE=1024 1536 2048 3072 4096 update-moduli: ( \ - echo '# $$OpenBSD: Makefile,v 1.199 2004/02/16 19:03:30 miod Exp $$'; \ + echo '# $$OpenBSD: Makefile,v 1.200 2004/02/27 17:36:13 deraadt Exp $$'; \ echo '# Time Type Tests Tries Size Generator Modulus'; \ ( for i in ${DHSIZE}; do \ ssh-keygen -b $$i -G /dev/stdout; \