From: Nicolas Thill Date: Tue, 28 Apr 2009 00:08:11 +0000 (+0000) Subject: [kernel] uml: merge r15119 to 8.09 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=255603a856f09b0ced492916cec709bbf744a8c3;p=openwrt%2Fsvn-archive%2Farchive.git [kernel] uml: merge r15119 to 8.09 SVN-Revision: 15464 --- diff --git a/target/linux/uml/patches/002-gcc4_unfortify_source.patch b/target/linux/uml/patches/002-gcc4_unfortify_source.patch new file mode 100644 index 0000000000..b13e5df521 --- /dev/null +++ b/target/linux/uml/patches/002-gcc4_unfortify_source.patch @@ -0,0 +1,11 @@ +--- a/arch/um/Makefile-i386 ++++ b/arch/um/Makefile-i386 +@@ -39,4 +39,8 @@ KBUILD_CFLAGS += $(shell if [ $(call cc- + echo $(call cc-option,-fno-unit-at-a-time); \ + else echo $(call cc-option,-funit-at-a-time); fi ;) + ++# disable compile-time buffer checks, enabled by default on Ubuntu 8.10 ++# and later ++KBUILD_CFLAGS += $(call cc-option,-U_FORTIFY_SOURCE) ++ + KBUILD_CFLAGS += $(cflags-y)