Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/mvme68k/stand Add -ffreestanding
details: https://anonhg.NetBSD.org/src/rev/8de67b9dcee1
branches: trunk
changeset: 554050:8de67b9dcee1
user: scw <scw%NetBSD.org@localhost>
date: Fri Oct 24 21:28:24 2003 +0000
description:
Add -ffreestanding
diffstat:
sys/arch/mvme68k/stand/Makefile.booters | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (16 lines):
diff -r 2dd5580e8558 -r 8de67b9dcee1 sys/arch/mvme68k/stand/Makefile.booters
--- a/sys/arch/mvme68k/stand/Makefile.booters Fri Oct 24 21:25:20 2003 +0000
+++ b/sys/arch/mvme68k/stand/Makefile.booters Fri Oct 24 21:28:24 2003 +0000
@@ -1,9 +1,10 @@
-# $NetBSD: Makefile.booters,v 1.10 2003/02/27 20:38:34 scw Exp $
+# $NetBSD: Makefile.booters,v 1.11 2003/10/24 21:28:24 scw Exp $
S?= ${.CURDIR}/../../../..
MDEC_DIR?= /usr/mdec
RELOC?= 0x3F0000
-COPTS?= -O2 -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes
+COPTS?= -O2 -Wall -Wno-main -Wmissing-prototypes -Wstrict-prototypes \
+ -ffreestanding
DEFS?=
STRIPFLAG?=
CPPFLAGS+= -D__daddr_t=int32_t
Home |
Main Index |
Thread Index |
Old Index