Add fno-builtin

This commit is contained in:
Vladimir 'phcoder' Serbinenko 2010-02-07 17:39:52 +01:00
parent a1a8d38a58
commit b4674703a1

View 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