mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
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>
This commit is contained in:
parent
56c68bcd3f
commit
d41029b1dc
@ -39,8 +39,7 @@ GCC_SRC_DIR:=$(GCC_DIR)
|
|||||||
|
|
||||||
# Branding works on >= 4.3
|
# Branding works on >= 4.3
|
||||||
ifneq ($(findstring x4.2.,x$(GCC_VERSION)),x4.2.)
|
ifneq ($(findstring x4.2.,x$(GCC_VERSION)),x4.2.)
|
||||||
BUILDROOT_VERSION_STRING=$(call qstrip,$(BR2_VERSION))
|
EXTRA_GCC_CONFIG_OPTIONS+=--with-pkgversion="Buildroot $(BR2_VERSION_FULL)" \
|
||||||
EXTRA_GCC_CONFIG_OPTIONS+=--with-pkgversion="Buildroot $(BUILDROOT_VERSION_STRING)" \
|
|
||||||
--with-bugurl="http://bugs.buildroot.net/"
|
--with-bugurl="http://bugs.buildroot.net/"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user