Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/mk Switch the i386 port to ELF.



details:   https://anonhg.NetBSD.org/src/rev/bc0567b53b7f
branches:  trunk
changeset: 474397:bc0567b53b7f
user:      fvdl <fvdl%NetBSD.org@localhost>
date:      Mon Jul 05 09:13:04 1999 +0000

description:
Switch the i386 port to ELF.

diffstat:

 share/mk/bsd.own.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 12514190c0eb -r bc0567b53b7f share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Mon Jul 05 09:02:55 1999 +0000
+++ b/share/mk/bsd.own.mk       Mon Jul 05 09:13:04 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.123 1999/06/26 20:04:49 danw Exp $
+#      $NetBSD: bsd.own.mk,v 1.124 1999/07/05 09:13:04 fvdl Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -109,7 +109,8 @@
     ${MACHINE_ARCH} == "mipsel" || ${MACHINE_ARCH} == "mipseb" || \
     ${MACHINE_ARCH} == "powerpc" || \
     ${MACHINE_ARCH} == "sparc" || \
-    ${MACHINE_ARCH} == "sparc64"
+    ${MACHINE_ARCH} == "sparc64" || \
+    ${MACHINE_ARCH} == "i386"
 OBJECT_FMT?=ELF
 .else
 OBJECT_FMT?=a.out



Home | Main Index | Thread Index | Old Index