[source] Revert "gdb: fix build with gcc 4.1.2 as host compiler"
LEDE Commits
lede-commits at lists.infradead.org
Sat Jan 7 10:58:51 PST 2017
hauke pushed a commit to source.git, branch master:
https://git.lede-project.org/4061c8eb5378ea279e77009f34c562e6e01fdeb3
commit 4061c8eb5378ea279e77009f34c562e6e01fdeb3
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sat Jan 7 19:36:46 2017 +0100
Revert "gdb: fix build with gcc 4.1.2 as host compiler"
Support for such old gcc version is not needed.
This reverts commit 2694d43b052a1bf1721ae477dcdbe787f5995d35.
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
package/devel/gdb/patches/002-remove-arguments.patch | 16 ----------------
1 file changed, 16 deletions(-)
diff --git a/package/devel/gdb/patches/002-remove-arguments.patch b/package/devel/gdb/patches/002-remove-arguments.patch
deleted file mode 100644
index a263cb3..0000000
--- a/package/devel/gdb/patches/002-remove-arguments.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-# The additional warnings are causing compile errors on gcc version 4.1.2 as
-# a host compiler.
-
---- a/sim/igen/configure
-+++ b/sim/igen/configure
-@@ -4768,8 +4768,8 @@ build_warnings="-Wall -Wdeclaration-afte
- -Wpointer-sign \
- -Wno-unused -Wunused-value -Wunused-function \
- -Wno-switch -Wno-char-subscripts -Wmissing-prototypes
---Wdeclaration-after-statement -Wempty-body -Wmissing-parameter-type \
---Wold-style-declaration -Wold-style-definition"
-+-Wdeclaration-after-statement \
-+-Wold-style-definition"
-
- # Enable -Wno-format by default when using gcc on mingw since many
- # GCC versions complain about %I64.
More information about the lede-commits
mailing list