projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb119e2
)
binutils: fix build with gcc 4.9
author
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 Sep 2014 21:36:33 +0000
(21:36 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Tue, 30 Sep 2014 21:36:33 +0000
(21:36 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42707
package/devel/binutils/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/binutils/Makefile
b/package/devel/binutils/Makefile
index e8d45d2d8bbe92bb20f0efb547d3069d28c5e349..381014e9d9df131f90be27655a46c600e3d217dd 100644
(file)
--- a/
package/devel/binutils/Makefile
+++ b/
package/devel/binutils/Makefile
@@
-45,7
+45,7
@@
define Package/binutils/description
The Binutils package contains a linker, an assembler, and other tools for handling object files
endef
-TARGET_CFLAGS += $(FPIC)
+TARGET_CFLAGS += $(FPIC)
-Wno-unused-value
CONFIGURE_ARGS += \
--enable-shared \