]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add fno-builtin
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 16:39:52 +0000 (17:39 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Sun, 7 Feb 2010 16:39:52 +0000 (17:39 +0100)
conf/any-emu.rmk

index d3d2c2f2f5aeb71c08deca232afd480e5023f583..a4ee9b755b461128fb7164711a700af332728d96 100644 (file)
@@ -1,7 +1,7 @@
 # -*- makefile -*-
 
 COMMON_LDFLAGS += -nostdlib
-COMMON_CFLAGS += -nostdinc -isystem $(shell $(TARGET_CC) -print-file-name=include)
+COMMON_CFLAGS += -nostdinc -isystem $(shell $(TARGET_CC) -print-file-name=include) -fno-builtin
 
 # Used by various components.  These rules need to precede them.
 script/lexer.c_DEPENDENCIES = grub_script.tab.h