diff options
Diffstat (limited to 'sysutils/grub/patches/patch-ae')
-rw-r--r-- | sysutils/grub/patches/patch-ae | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/grub/patches/patch-ae b/sysutils/grub/patches/patch-ae new file mode 100644 index 00000000000..f6fcf13fc96 --- /dev/null +++ b/sysutils/grub/patches/patch-ae @@ -0,0 +1,13 @@ +$NetBSD: patch-ae,v 1.1 2003/03/14 23:35:26 thorpej Exp $ + +--- stage1/Makefile.am.orig 2003-03-14 15:23:00.000000000 -0800 ++++ stage1/Makefile.am 2003-03-14 15:23:10.000000000 -0800 +@@ -4,7 +4,7 @@ + CLEANFILES = $(nodist_pkgdata_DATA) + + # We can't use builtins or standard includes. +-AM_ASFLAGS = $(STAGE1_CFLAGS) -fno-builtin -nostdinc ++AM_ASFLAGS = $(STAGE1_CFLAGS) -ffreestanding -nostdinc + LDFLAGS = -nostdlib -Wl,-N,-Ttext,7C00 + + noinst_PROGRAMS = stage1.exec |