toolchain/gcc: clean up remaining references to the old linaro version
[openwrt/openwrt.git] / toolchain / gcc / common.mk
index 5850f4363cd9efaa54558e20d1b31d7745ef29ec..58566ce8cf7f1f462117507b149cf89d15bcfc77 100644 (file)
@@ -45,11 +45,7 @@ endif
 PATCH_DIR=../patches/$(GCC_VERSION)
 
 BUGURL=http://www.lede-project.org/bugs/
-ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro)
-  PKGVERSION=LEDE/Linaro GCC $(PKG_REV) $(REVISION)
-else
-  PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
-endif
+PKGVERSION=LEDE GCC $(PKG_VERSION) $(REVISION)
 
 HOST_BUILD_PARALLEL:=1