From 84d0582ddb863314e513fdb6dbdec7d2b3b89e93 Mon Sep 17 00:00:00 2001 From: Imre Kaloz Date: Wed, 3 Apr 2013 10:41:07 +0000 Subject: remove the old (and nonworking) hack and identify our patched GCCs properly SVN-Revision: 36189 --- toolchain/gcc/common.mk | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/gcc/common.mk') diff --git a/toolchain/gcc/common.mk b/toolchain/gcc/common.mk index 154183ab1d..8305aa9fc1 100644 --- a/toolchain/gcc/common.mk +++ b/toolchain/gcc/common.mk @@ -63,6 +63,11 @@ endif PATCH_DIR=../patches/$(GCC_VERSION) BUGURL=https://dev.openwrt.org/ +ifeq ($(findstring linaro, $(CONFIG_GCC_VERSION)),linaro) + PKGVERSION=OpenWrt/Linaro GCC $(PKG_REV) $(REVISION) +else + PKGVERSION=OpenWrt GCC $(PKG_VERSION) $(REVISION) +endif HOST_BUILD_PARALLEL:=1 @@ -92,6 +97,8 @@ endif GCC_CONFIGURE:= \ SHELL="$(BASH)" \ $(HOST_SOURCE_DIR)/configure \ + --with-bugurl=$(BUGURL) \ + --with-pkgversion="$(PKGVERSION)" \ --prefix=$(TOOLCHAIN_DIR) \ --build=$(GNU_HOST_NAME) \ --host=$(GNU_HOST_NAME) \ -- cgit v1.2.3