mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
gcc: remove support for external source toolchains
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
636afc4664
commit
3f90a29baf
@ -33,18 +33,9 @@ else
|
|||||||
GCC_OFFICIAL_VER:=$(GCC_VERSION)
|
GCC_OFFICIAL_VER:=$(GCC_VERSION)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
# redefine if using an external prepatched gcc source
|
|
||||||
ifneq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
|
||||||
GCC_SITE:=$(VENDOR_SITE)
|
|
||||||
GCC_OFFICIAL_VER:=$(GCC_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GCC_RELEASE)
|
|
||||||
GCC_PATCH_DIR:=toolchain/gcc/ext_source/$(VENDOR_PATCH_DIR)/$(GCC_OFFICIAL_VERSION)
|
|
||||||
endif
|
|
||||||
|
|
||||||
GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2
|
GCC_SOURCE:=gcc-$(GCC_OFFICIAL_VER).tar.bz2
|
||||||
GCC_DIR:=$(TOOLCHAIN_DIR)/gcc-$(GCC_OFFICIAL_VER)
|
GCC_DIR:=$(TOOLCHAIN_DIR)/gcc-$(GCC_OFFICIAL_VER)
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
|
||||||
ifeq ($(GCC_SNAP_DATE),)
|
ifeq ($(GCC_SNAP_DATE),)
|
||||||
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
||||||
else
|
else
|
||||||
@ -54,7 +45,6 @@ else
|
|||||||
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
endif
|
|
||||||
|
|
||||||
GCC_CAT:=$(BZCAT)
|
GCC_CAT:=$(BZCAT)
|
||||||
GCC_STRIP_HOST_BINARIES:=true
|
GCC_STRIP_HOST_BINARIES:=true
|
||||||
|
@ -31,15 +31,6 @@ else
|
|||||||
GCC_OFFICIAL_VER:=$(GCC_VERSION)
|
GCC_OFFICIAL_VER:=$(GCC_VERSION)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# redefine if using an external prepatched gcc source
|
|
||||||
ifneq ($(BR2_TOOLCHAIN_BUILDROOT),y)
|
|
||||||
GCC_SITE:=$(VENDOR_SITE)
|
|
||||||
GCC_OFFICIAL_VERSION:=$(GCC_VERSION)$(VENDOR_SUFFIX)$(VENDOR_GCC_RELEASE)
|
|
||||||
GCC_PATCH_DIR:=toolchain/gcc/ext_source/$(VENDOR_PATCH_DIR)/$(GCC_OFFICIAL_VERSION)
|
|
||||||
endif #!BR2_TOOLCHAIN_BUILDROOT
|
|
||||||
|
|
||||||
# define patch location
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_BUILDROOT),y) # Normal toolchain
|
|
||||||
ifeq ($(GCC_SNAP_DATE),) # Not a snapshot
|
ifeq ($(GCC_SNAP_DATE),) # Not a snapshot
|
||||||
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
||||||
else # Is a snapshot
|
else # Is a snapshot
|
||||||
@ -50,7 +41,6 @@ else # Normal patch to snapshot
|
|||||||
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
GCC_PATCH_DIR:=toolchain/gcc/$(GCC_VERSION)
|
||||||
endif # Snapshot patch
|
endif # Snapshot patch
|
||||||
endif # Not a snapshot
|
endif # Not a snapshot
|
||||||
endif # BR2_TOOLCHAIN_BUILDROOT
|
|
||||||
|
|
||||||
ifneq ($(filter xtensa%,$(ARCH)),)
|
ifneq ($(filter xtensa%,$(ARCH)),)
|
||||||
include target/xtensa/patch.in
|
include target/xtensa/patch.in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user