Explorar o código

toolchain/internal: use global BR2 version string for gcc version string

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Yann E. MORIN %!s(int64=14) %!d(string=hai) anos
pai
achega
d41029b1dc
Modificáronse 1 ficheiros con 1 adicións e 2 borrados
  1. 1 2
      toolchain/gcc/gcc-uclibc-4.x.mk

+ 1 - 2
toolchain/gcc/gcc-uclibc-4.x.mk

@@ -39,8 +39,7 @@ GCC_SRC_DIR:=$(GCC_DIR)
 
 # Branding works on >= 4.3
 ifneq ($(findstring x4.2.,x$(GCC_VERSION)),x4.2.)
-BUILDROOT_VERSION_STRING=$(call qstrip,$(BR2_VERSION))
-EXTRA_GCC_CONFIG_OPTIONS+=--with-pkgversion="Buildroot $(BUILDROOT_VERSION_STRING)" \
+EXTRA_GCC_CONFIG_OPTIONS+=--with-pkgversion="Buildroot $(BR2_VERSION_FULL)" \
 	--with-bugurl="http://bugs.buildroot.net/"
 endif