projects
/
openwrt
/
staging
/
wigyori.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d72212c
)
packages: binutils: don't build on riscv64
author
Zoltan HERPAI
<
[email protected]
>
Tue, 30 Oct 2018 13:34:05 +0000
(14:34 +0100)
committer
Zoltan HERPAI
<
[email protected]
>
Tue, 30 Oct 2018 13:34:05 +0000
(14:34 +0100)
RISC-V is not supported on binutils/2.27
Signed-off-by: Zoltan HERPAI <
[email protected]
>
package/devel/binutils/Makefile
patch
|
blob
|
history
diff --git
a/package/devel/binutils/Makefile
b/package/devel/binutils/Makefile
index 291f45205a6c3543ac5e10d36abda7ad552d435d..e2c9670608a0a197032f933b067dd28768685724 100644
(file)
--- a/
package/devel/binutils/Makefile
+++ b/
package/devel/binutils/Makefile
@@
-34,7
+34,7
@@
define Package/libbfd
SECTION:=libs
CATEGORY:=Libraries
TITLE:=libbfd
- DEPENDS:=+zlib $(ICONV_DEPENDS) $(INTL_DEPENDS)
+ DEPENDS:=+zlib $(ICONV_DEPENDS) $(INTL_DEPENDS)
@!TARGET_riscv64
endef
define Package/libopcodes