]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
2009-10-28 Robert Millan <rmh.grub@aybabtu.com>
authorrobertmh <robertmh@localhost>
Wed, 28 Oct 2009 23:16:32 +0000 (23:16 +0000)
committerrobertmh <robertmh@localhost>
Wed, 28 Oct 2009 23:16:32 +0000 (23:16 +0000)
        * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.

ChangeLog
Makefile.in

index ff7098c5833d6946c1d3b02009b6815ae51d9d1e..12e8932e7a8e4ba2670cfbd29ef6097c9b0819a2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
+
+       * Makefile.in (TARGET_CPPFLAGS): Add `-nostdinc'.
+
 2009-10-28  Robert Millan  <rmh.grub@aybabtu.com>
 
        * include/grub/misc.h: Stop checking for APPLE_CC.
index f99bc3c2a1f4a358794fcb8d260b4241fd6ccfc8..103d2d3d2e4f5e63a2003ad0ed0c4013786bc1a8 100644 (file)
@@ -75,7 +75,7 @@ TARGET_ASFLAGS = @TARGET_ASFLAGS@
 TARGET_MODULE_FORMAT = @TARGET_MODULE_FORMAT@
 TARGET_APPLE_CC = @TARGET_APPLE_CC@
 OBJCONV = @OBJCONV@
-TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -I$(builddir) -I$(builddir)/include -I$(srcdir)/include \
+TARGET_CPPFLAGS = @TARGET_CPPFLAGS@ -nostdinc -I$(builddir) -I$(builddir)/include -I$(srcdir)/include \
        -Wall -W
 TARGET_LDFLAGS = @TARGET_LDFLAGS@
 TARGET_IMG_LDSCRIPT = @TARGET_IMG_LDSCRIPT@