blob: 25e2f46553d1d48483f9ceefe00d11f900ef213d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ag,v 1.1 2003/03/14 23:35:26 thorpej Exp $
--- stage2/Makefile.am.orig 2003-03-14 15:24:38.000000000 -0800
+++ stage2/Makefile.am 2003-03-14 15:24:48.000000000 -0800
@@ -75,7 +75,7 @@
HERCULES_FLAGS =
endif
-STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+STAGE2_COMPILE = $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
$(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS)
STAGE1_5_LINK = -nostdlib -Wl,-N -Wl,-Ttext -Wl,2000
|