summaryrefslogtreecommitdiff
path: root/sysutils/grub/patches/patch-ah
blob: 61e2b37f17375c72ae3783effe4598e3a8d63168 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ah,v 1.1 2003/03/14 23:35:26 thorpej Exp $

--- stage2/Makefile.in.orig	2003-03-14 15:24:54.000000000 -0800
+++ stage2/Makefile.in	2003-03-14 15:25:06.000000000 -0800
@@ -158,7 +158,7 @@
 @HERCULES_SUPPORT_TRUE@HERCULES_FLAGS = -DSUPPORT_HERCULES=1
 @HERCULES_SUPPORT_FALSE@HERCULES_FLAGS = 
 
-STAGE2_COMPILE = $(STAGE2_CFLAGS) -fno-builtin -nostdinc \
+STAGE2_COMPILE = $(STAGE2_CFLAGS) -ffreestanding -nostdinc \
 	$(NETBOOT_FLAGS) $(SERIAL_FLAGS) $(HERCULES_FLAGS)