Source-Changes-HG archive

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

[src/trunk]: src/share/mk Update commt about "OBJECT_FMT": only ns32k uses "a...



details:   https://anonhg.NetBSD.org/src/rev/19ce7f402f63
branches:  trunk
changeset: 570048:19ce7f402f63
user:      tron <tron%NetBSD.org@localhost>
date:      Sun Sep 19 08:56:22 2004 +0000

description:
Update commt about "OBJECT_FMT": only ns32k uses "a.out" these days.

diffstat:

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

diffs (22 lines):

diff -r 6f738ff3400d -r 19ce7f402f63 share/mk/bsd.README
--- a/share/mk/bsd.README       Sat Sep 18 20:14:22 2004 +0000
+++ b/share/mk/bsd.README       Sun Sep 19 08:56:22 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: bsd.README,v 1.155 2004/06/13 08:17:22 jmc Exp $
+#      $NetBSD: bsd.README,v 1.156 2004/09/19 08:56:22 tron Exp $
 #      @(#)bsd.README  8.2 (Berkeley) 4/2/94
 
 This is the README file for the new make "include" files for the BSD
@@ -475,10 +475,8 @@
                make(1) include files).
 
 OBJECT_FMT     Object file format.  [set to "ELF" on architectures that
-               use ELF -- currently if ${MACHINE_ARCH} is "alpha",
-               "mipsel", "mipseb", "powerpc", "sparc", "sparc64",
-               "i386" and some m68k machines, or set to "a.out" on
-               other architectures].
+               use ELF -- currently all architectures but ns32k, set to
+               "a.out" on ns32k].
 
 TOOLCHAIN_MISSING
                If not "no", this indicates that the platform being built



Home | Main Index | Thread Index | Old Index