mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
binutils: simplify BINUTILS_SITE selection
All versions are available on gnu.org. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
8c19cfef37
commit
8628082b83
@ -6,27 +6,10 @@
|
|||||||
BINUTILS_VERSION:=$(call qstrip,$(BR2_BINUTILS_VERSION))
|
BINUTILS_VERSION:=$(call qstrip,$(BR2_BINUTILS_VERSION))
|
||||||
|
|
||||||
EXTRA_BINUTILS_CONFIG_OPTIONS=$(call qstrip,$(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS))
|
EXTRA_BINUTILS_CONFIG_OPTIONS=$(call qstrip,$(BR2_EXTRA_BINUTILS_CONFIG_OPTIONS))
|
||||||
BINUTILS_SITE:=$(BR2_KERNEL_MIRROR)/linux/devel/binutils
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.20.1)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.20)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.19.1)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.19)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.18)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(BINUTILS_VERSION),2.17)
|
|
||||||
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
|
||||||
endif
|
|
||||||
ifeq ($(findstring avr32,$(BINUTILS_VERSION)),avr32)
|
ifeq ($(findstring avr32,$(BINUTILS_VERSION)),avr32)
|
||||||
BINUTILS_SITE:=ftp://www.at91.com/pub/buildroot/
|
BINUTILS_SITE:=ftp://www.at91.com/pub/buildroot/
|
||||||
|
else
|
||||||
|
BINUTILS_SITE:=$(BR2_GNU_MIRROR)/binutils/
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# We do not rely on the host's gmp/mpfr but use a known working one
|
# We do not rely on the host's gmp/mpfr but use a known working one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user