mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-05 14:09:53 +03:00
toolchain/gdb: remove external source toolchain leftover
Commit 65e99014 (Remove external source toolchain options) removed
external source-based toolchain support, but there was still a check
for it in gdb.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -8,10 +8,7 @@ GDB_VERSION:=$(call qstrip,$(BR2_GDB_VERSION))
|
|||||||
GDB_SOURCE:=gdb-$(GDB_VERSION).tar.bz2
|
GDB_SOURCE:=gdb-$(GDB_VERSION).tar.bz2
|
||||||
GDB_CAT:=$(BZCAT)
|
GDB_CAT:=$(BZCAT)
|
||||||
|
|
||||||
ifeq ($(BR2_TOOLCHAIN_EXTERNAL_SOURCE),y)
|
ifeq ($(findstring avr32,$(GDB_VERSION)),avr32)
|
||||||
GDB_SITE:=$(VENDOR_SITE)
|
|
||||||
GDB_PATCH_DIR:=toolchain/gdb/ext_source/$(VENDOR_PATCH_DIR)/$(GDB_VERSION)
|
|
||||||
else ifeq ($(findstring avr32,$(GDB_VERSION)),avr32)
|
|
||||||
GDB_SITE:=ftp://www.at91.com/pub/buildroot/
|
GDB_SITE:=ftp://www.at91.com/pub/buildroot/
|
||||||
GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION)
|
GDB_PATCH_DIR:=toolchain/gdb/$(GDB_VERSION)
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user