diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:47:39 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-03-20 17:47:39 +0100 |
commit | 28bfc5688a1a016bef4a001a5bc2a7f7703b1f85 (patch) | |
tree | e80d4cd6d25c0f3dccf04f4431d55c0e785ec6a6 /package/busybox/patches/004-remove-cflags.patch | |
parent | 8c07d0bc07ca9cbe373cf41c80d8e10c401aba9e (diff) |
allconfig fixes for lemote yeelong
Diffstat (limited to 'package/busybox/patches/004-remove-cflags.patch')
-rw-r--r-- | package/busybox/patches/004-remove-cflags.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/package/busybox/patches/004-remove-cflags.patch b/package/busybox/patches/004-remove-cflags.patch deleted file mode 100644 index e1daf3294..000000000 --- a/package/busybox/patches/004-remove-cflags.patch +++ /dev/null @@ -1,22 +0,0 @@ -diff -Nur busybox-1.18.1.orig/Makefile.flags busybox-1.18.1/Makefile.flags ---- busybox-1.18.1.orig/Makefile.flags 2010-12-20 01:41:26.000000000 +0100 -+++ busybox-1.18.1/Makefile.flags 2011-01-27 21:24:51.000000000 +0100 -@@ -57,18 +57,6 @@ - # be fixed.. - #CFLAGS += $(call cc-option,-Wconversion,) - --ifneq ($(CONFIG_DEBUG),y) --CFLAGS += $(call cc-option,-Os,) --else --CFLAGS += $(call cc-option,-g,) --#CFLAGS += "-D_FORTIFY_SOURCE=2" --ifeq ($(CONFIG_DEBUG_PESSIMIZE),y) --CFLAGS += $(call cc-option,-O0,) --else --CFLAGS += $(call cc-option,-Os,) --endif --endif -- - # If arch/$(ARCH)/Makefile did not override it (with, say, -fPIC)... - ARCH_FPIC ?= -fpic - ARCH_FPIE ?= -fpie |