diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:50:25 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2003-04-17 03:50:25 +0000 |
commit | fdc66d4b31102193dfc9dbcd64c32a4b19a901bb (patch) | |
tree | b4412fc819d63ed76ac7ba36f27027b3389e6e5a /share/mk/bsd.own.mk | |
parent | e0f31fe6f5bd3f91a2562240dfa2166ff8cf4257 (diff) |
Inform the compilation environment that i386 is now ELF.
Diffstat (limited to 'share/mk/bsd.own.mk')
-rw-r--r-- | share/mk/bsd.own.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/mk/bsd.own.mk b/share/mk/bsd.own.mk index a958c72bf0c..da9f860a727 100644 --- a/share/mk/bsd.own.mk +++ b/share/mk/bsd.own.mk @@ -1,4 +1,4 @@ -# $OpenBSD: bsd.own.mk,v 1.63 2002/12/07 22:31:00 millert Exp $ +# $OpenBSD: bsd.own.mk,v 1.64 2003/04/17 03:50:24 drahn Exp $ # $NetBSD: bsd.own.mk,v 1.24 1996/04/13 02:08:09 thorpej Exp $ # Host-specific overrides @@ -32,7 +32,7 @@ DEBUGLIBS?= no # Set toolchain to be able to know differences. .if (${MACHINE_ARCH} == "alpha" || ${MACHINE_ARCH} == "powerpc" || \ ${MACHINE_ARCH} == "hppa" || ${MACHINE_ARCH} == "sparc64" || \ - ${MACHINE_ARCH} == "sparc") + ${MACHINE_ARCH} == "sparc" || ${MACHINE_ARCH} == "i386") ELF_TOOLCHAIN?= yes .else ELF_TOOLCHAIN?= no |