=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/share/mk/bsd.own.mk,v retrieving revision 1.79 retrieving revision 1.80 diff -u -r1.79 -r1.80 --- src/share/mk/bsd.own.mk 2004/02/21 03:04:18 1.79 +++ src/share/mk/bsd.own.mk 2004/02/27 17:36:16 1.80 @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.79 2004/02/21 03:04:18 deraadt Exp $ +# $OpenBSD: bsd.own.mk,v 1.80 2004/02/27 17:36:16 deraadt Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -31,7 +31,8 @@ .if ( ${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "arm" || \ ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "i386" || \ ${MACHINE_ARCH} == "powerpc" || ${MACHINE_ARCH} == "sparc" || \ - ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64") + ${MACHINE_ARCH} == "sparc64" || ${MACHINE_ARCH} == "x86_64") || \ + ${MACHINE} == "amd64" ELF_TOOLCHAIN?= yes .else ELF_TOOLCHAIN?= no @@ -39,7 +40,8 @@ # do the dew .if (${MACHINE_ARCH} == "arm" || ${MACHINE_ARCH} == "hppa64" || \ - ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64") + ${MACHINE_ARCH} == "x86_64" || ${MACHINE_ARCH} == "sparc64") || \ + ${MACHINE} == "amd64" USE_GCC3?=yes .else USE_GCC3?=no