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:
Nylon Chen
2019-04-18 17:46:55 +08:00
committed by Thomas Petazzoni
parent 45384e8466
commit b58a6bf774
3 changed files with 4 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
config BR2_ARCH
default "nds32"
default "nds32le"
config BR2_GCC_TARGET_ARCH
default "v3"