Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hp300/stand Add -ffreestanding to CFLAGS.
details: https://anonhg.NetBSD.org/src/rev/8719a7c483f4
branches: trunk
changeset: 532019:8719a7c483f4
user: thorpej <thorpej%NetBSD.org@localhost>
date: Thu May 30 18:35:08 2002 +0000
description:
Add -ffreestanding to CFLAGS.
diffstat:
sys/arch/hp300/stand/Makefile.buildboot | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r fd55c2d20b89 -r 8719a7c483f4 sys/arch/hp300/stand/Makefile.buildboot
--- a/sys/arch/hp300/stand/Makefile.buildboot Thu May 30 18:32:18 2002 +0000
+++ b/sys/arch/hp300/stand/Makefile.buildboot Thu May 30 18:35:08 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.20 2002/05/30 18:35:08 thorpej 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