Skip to content
Snippets Groups Projects
Commit e0319405 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

toolchain/gcc: clean up remaining references to the old linaro version


Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent d4916359
No related branches found
No related tags found
No related merge requests found
...@@ -4,13 +4,12 @@ config GCC_VERSION_4_8_ARC ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment