aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-envtools/patches/001-honor_opt_flags.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/boot/uboot-envtools/patches/001-honor_opt_flags.patch')
-rw-r--r--package/boot/uboot-envtools/patches/001-honor_opt_flags.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/package/boot/uboot-envtools/patches/001-honor_opt_flags.patch b/package/boot/uboot-envtools/patches/001-honor_opt_flags.patch
deleted file mode 100644
index 16c3920bd6..0000000000
--- a/package/boot/uboot-envtools/patches/001-honor_opt_flags.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- a/config.mk
-+++ b/config.mk
-@@ -62,7 +62,8 @@ PLATFORM_LDFLAGS =
-
- #########################################################################
-
--HOSTCFLAGS = -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer \
-+HOSTOPTFLAGS = -O2 -fomit-frame-pointer
-+HOSTCFLAGS = -Wall -Wstrict-prototypes $(HOSTOPTFLAGS) \
- $(HOSTCPPFLAGS)
- HOSTSTRIP = strip
-