Source-Changes-HG archive

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

[src/netbsd-1-6]: src/sys/arch/hp300/stand Pull up revision 1.20 (requested b...



details:   https://anonhg.NetBSD.org/src/rev/071999701be3
branches:  netbsd-1-6
changeset: 527637:071999701be3
user:      tv <tv%NetBSD.org@localhost>
date:      Thu May 30 21:11:35 2002 +0000

description:
Pull up revision 1.20 (requested by thorpej in ticket #90):
Add -ffreestanding to CFLAGS.

diffstat:

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

diffs (18 lines):

diff -r 2b13274b765f -r 071999701be3 sys/arch/hp300/stand/Makefile.buildboot
--- a/sys/arch/hp300/stand/Makefile.buildboot   Thu May 30 21:10:26 2002 +0000
+++ b/sys/arch/hp300/stand/Makefile.buildboot   Thu May 30 21:11:35 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile.buildboot,v 1.19 2002/03/16 06:20:07 gmcgarry Exp $
+#      $NetBSD: Makefile.buildboot,v 1.19.6.1 2002/05/30 21:11:35 tv Exp $
 
 # RELOC=FFF00000 allows for boot prog up to FF000 (1044480) bytes long
 RELOC= FFF00000
@@ -18,7 +18,7 @@
 
 CPPFLAGS+=     -I${.CURDIR}/../../.. -I${.CURDIR}/../../../..  -I${.OBJDIR}
 CPPFLAGS+=     -Wno-main
-CFLAGS=                -Os -msoft-float
+CFLAGS=                -Os -msoft-float -ffreestanding
 
 SRCS+=         vers.c
 CLEANFILES+=   vers.c



Home | Main Index | Thread Index | Old Index