package/binutils: fix build error due to architecture name is incomplete
Fixes http://autobuild.buildroot.net/results/128/12803a705586e82fdfb49013da2eb3b9879ccd45/ Signed-off-by: Che-Wei Chuang <cnoize@andestech.com> Signed-off-by: Greentime Hu <greentime@andestech.com> Signed-off-by: Nylon Chen <nylon7@andestech.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
45384e8466
commit
b58a6bf774
1
Makefile
1
Makefile
@ -439,6 +439,7 @@ KERNEL_ARCH := $(shell echo "$(ARCH)" | sed -e "s/-.*//" \
|
||||
-e s/arceb/arc/ \
|
||||
-e s/arm.*/arm/ -e s/sa110/arm/ \
|
||||
-e s/aarch64.*/arm64/ \
|
||||
-e s/nds32.*/nds32/ \
|
||||
-e s/or1k/openrisc/ \
|
||||
-e s/parisc64/parisc/ \
|
||||
-e s/powerpc64.*/powerpc/ \
|
||||
|
@ -1,5 +1,5 @@
|
||||
config BR2_ARCH
|
||||
default "nds32"
|
||||
default "nds32le"
|
||||
|
||||
config BR2_GCC_TARGET_ARCH
|
||||
default "v3"
|
||||
|
@ -1,6 +1,6 @@
|
||||
config BR2_PACKAGE_BINUTILS
|
||||
bool "binutils"
|
||||
depends on !BR2_nios2 && !BR2_nds32
|
||||
depends on !BR2_nios2
|
||||
depends on BR2_USE_WCHAR
|
||||
help
|
||||
Install binutils on the target
|
||||
@ -21,5 +21,5 @@ config BR2_PACKAGE_BINUTILS_TARGET
|
||||
endif
|
||||
|
||||
comment "binutils needs a toolchain w/ wchar"
|
||||
depends on !BR2_nios2 && !BR2_nds32
|
||||
depends on !BR2_nios2
|
||||
depends on !BR2_USE_WCHAR
|
||||
|
Loading…
Reference in New Issue
Block a user