Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/stand Build with -ffreestanding.



details:   https://anonhg.NetBSD.org/src/rev/824b069129e3
branches:  trunk
changeset: 532122:824b069129e3
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Fri May 31 18:26:26 2002 +0000

description:
Build with -ffreestanding.

diffstat:

 sys/arch/i386/stand/Makefile.booters |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 98b456f69848 -r 824b069129e3 sys/arch/i386/stand/Makefile.booters
--- a/sys/arch/i386/stand/Makefile.booters      Fri May 31 18:22:54 2002 +0000
+++ b/sys/arch/i386/stand/Makefile.booters      Fri May 31 18:26:26 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.booters,v 1.33 2002/03/19 22:03:37 thorpej Exp $
+#      $NetBSD: Makefile.booters,v 1.34 2002/05/31 18:26:26 thorpej Exp $
 
 .include <bsd.own.mk>
 
@@ -8,6 +8,7 @@
 # Make sure we override any optimization options specified by the
 # user.
 COPTS+=        -Os -mcpu=i386
+COPTS+= -ffreestanding
 
 I386_STAND_DIR?= $S/arch/i386/stand
 



Home | Main Index | Thread Index | Old Index