|
@@ -19,10 +19,6 @@ GDB_SOURCE = gdb-$(GDB_VERSION).tar.gz
|
|
|
GDB_FROM_GIT = y
|
|
|
endif
|
|
|
|
|
|
-ifeq ($(GDB_VERSION),6.7.1-avr32-2.1.5)
|
|
|
-GDB_SITE = ftp://www.at91.com/pub/buildroot
|
|
|
-endif
|
|
|
-
|
|
|
# Starting from 7.8.x, bz2 tarballs no longer available, use .tar.xz
|
|
|
# instead.
|
|
|
ifneq ($(filter 7.8.%,$(GDB_VERSION)),)
|
|
@@ -129,12 +125,9 @@ endif
|
|
|
# * --target, because we're doing a cross build rather than a real
|
|
|
# host build.
|
|
|
# * --enable-static because gdb really wants to use libbfd.a
|
|
|
-# * --disable-shared, otherwise the old 6.7 version specific to AVR32
|
|
|
-# doesn't build because it wants to link a shared libbfd.so against
|
|
|
-# non-PIC liberty.a.
|
|
|
HOST_GDB_CONF_OPTS = \
|
|
|
--target=$(GNU_TARGET_NAME) \
|
|
|
- --enable-static --disable-shared \
|
|
|
+ --enable-static \
|
|
|
--without-uiout \
|
|
|
--disable-gdbtk \
|
|
|
--without-x \
|