summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:36:35 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-06-03 12:36:35 +0200
commitbca64df5016ce0cb6c69b8f55ae286916cb848b2 (patch)
tree0b715b0938c8ff3e1b3fcecf02b34d217dbedeee /Makefile
parent7681d868badf6f5775256ded3d2ec8593221a5c9 (diff)
downloadbarebox-bca64df5016ce0cb6c69b8f55ae286916cb848b2.tar.gz
barebox-bca64df5016ce0cb6c69b8f55ae286916cb848b2.tar.xz
[kbuild] move -fno-builtin from architecture Makefiles to toplevel
Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5d338c05a8..273309c705 100644
--- a/Makefile
+++ b/Makefile
@@ -305,7 +305,7 @@ LINUXINCLUDE := -Iinclude \
$(if $(KBUILD_SRC),-Iinclude2 -I$(srctree)/include) \
-include include/linux/autoconf.h
-CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE)
+CPPFLAGS := -D__KERNEL__ -D__U_BOOT__ $(LINUXINCLUDE) -fno-builtin
CFLAGS := -Wall -Wundef -Wstrict-prototypes -Wno-trigraphs \
-fno-strict-aliasing -fno-common -Os