toolchain/gcc: clean up remaining references to the old linaro version
Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
parent
d4916359c0
commit
e031940570
2 changed files with 2 additions and 7 deletions
|
@ -4,13 +4,12 @@ config GCC_VERSION_4_8_ARC
|
||||||
|
|
||||||
config GCC_VERSION
|
config GCC_VERSION
|
||||||
string
|
string
|
||||||
default "4.8-linaro" if GCC_VERSION_4_8_LINARO
|
|
||||||
default "arc-2016.03" if GCC_VERSION_4_8_ARC
|
default "arc-2016.03" if GCC_VERSION_4_8_ARC
|
||||||
default "5.4.0"
|
default "5.4.0"
|
||||||
|
|
||||||
config GCC_VERSION_4_8
|
config GCC_VERSION_4_8
|
||||||
bool
|
bool
|
||||||
default y if (GCC_VERSION_4_8_LINARO || GCC_VERSION_4_8_ARC)
|
default y if GCC_VERSION_4_8_ARC
|
||||||
|
|
||||||
config GCC_VERSION_5
|
config GCC_VERSION_5
|
||||||
default y if (!TOOLCHAINOPTS && !arc)
|
default y if (!TOOLCHAINOPTS && !arc)
|
||||||
|
|
|
@ -45,11 +45,7 @@ endif
|
||||||
PATCH_DIR=../patches/$(GCC_VERSION)
|
PATCH_DIR=../patches/$(GCC_VERSION)
|
||||||
|
|
||||||
BUGURL=http://www.lede-project.org/bugs/
|
BUGURL=http://www.lede-project.org/bugs/
|
||||||
ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
|
PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
|
||||||
PKGVERSION=LEDE/Linaro GCC $(PKG_REV) $(REVISION)
|
|
||||||
else
|
|
||||||
PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
|
|
||||||
endif
|
|
||||||
|
|
||||||
HOST_BUILD_PARALLEL:=1
|
HOST_BUILD_PARALLEL:=1
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue