Source-Changes-HG archive

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

[src/trunk]: src/share/mk On Atari now the default object format is ELF.



details:   https://anonhg.NetBSD.org/src/rev/7d09f1660409
branches:  trunk
changeset: 514678:7d09f1660409
user:      thomas <thomas%NetBSD.org@localhost>
date:      Sat Sep 08 11:10:41 2001 +0000

description:
On Atari now the default object format is ELF.

diffstat:

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

diffs (19 lines):

diff -r 9bc57335f796 -r 7d09f1660409 share/mk/bsd.own.mk
--- a/share/mk/bsd.own.mk       Sat Sep 08 11:09:26 2001 +0000
+++ b/share/mk/bsd.own.mk       Sat Sep 08 11:10:41 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.own.mk,v 1.177 2001/08/26 06:00:30 eeh Exp $
+#      $NetBSD: bsd.own.mk,v 1.178 2001/09/08 11:10:41 thomas Exp $
 
 .if !defined(_BSD_OWN_MK_)
 _BSD_OWN_MK_=1
@@ -117,7 +117,8 @@
     ${MACHINE} == "hp300" || \
     ${MACHINE} == "news68k" || \
     ${MACHINE} == "cesfic" || \
-    ${MACHINE} == "arm26"
+    ${MACHINE} == "arm26" || \
+    ${MACHINE} == "atari"
 OBJECT_FMT?=ELF
 .else
 OBJECT_FMT?=a.out



Home | Main Index | Thread Index | Old Index