Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/pmax/stand build with -ffreestanding



details:   https://anonhg.NetBSD.org/src/rev/6aba7b69fb5a
branches:  trunk
changeset: 540290:6aba7b69fb5a
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Dec 09 12:20:56 2002 +0000

description:
build with -ffreestanding

diffstat:

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

diffs (18 lines):

diff -r d1b4d156eb23 -r 6aba7b69fb5a sys/arch/pmax/stand/Makefile.booters
--- a/sys/arch/pmax/stand/Makefile.booters      Mon Dec 09 12:17:42 2002 +0000
+++ b/sys/arch/pmax/stand/Makefile.booters      Mon Dec 09 12:20:56 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.booters,v 1.38 2002/05/07 02:13:51 simonb Exp $
+# $NetBSD: Makefile.booters,v 1.39 2002/12/09 12:20:56 jdolecek Exp $
 
 # $S must correspond to the top of the 'sys' tree
 S=     ${.CURDIR}/../../../..
@@ -24,7 +24,7 @@
 CPPFLAGS+=     -nostdinc -D_STANDALONE -DNO_ABICALLS -D_NO_PROM_DEFINES \
                -I${.OBJDIR} -I${S}
 # compiler flags for smallest code size
-CFLAGS=                -Os -g -mmemcpy -mno-abicalls -G 128
+CFLAGS=                -ffreestanding -Os -g -mmemcpy -mno-abicalls -G 128
 OFORMAT=       --oformat elf32-littlemips
 LDBUG=         -T $S/arch/mips/conf/stand.ldscript
 



Home | Main Index | Thread Index | Old Index