summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml1
-rw-r--r--config/debug/gdb.in9
-rw-r--r--samples/bfin-unknown-linux-uclibc/crosstool.config3
3 files changed, 8 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index e175024..b6570e5 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -39,6 +39,7 @@ env:
- CT_SAMPLE=armeb-unknown-eabi
- CT_SAMPLE=arm-unknown-linux-gnueabi
- CT_SAMPLE=armeb-unknown-linux-gnueabi
+ - CT_SAMPLE=bfin-unknown-linux-uclibc
# Building the standard samples
script:
diff --git a/config/debug/gdb.in b/config/debug/gdb.in
index 7010259..d0d1aae 100644
--- a/config/debug/gdb.in
+++ b/config/debug/gdb.in
@@ -164,13 +164,15 @@ config GDB_V_6_8a
bool
prompt "6.8a"
+endchoice
+
config GDB_CUSTOM
bool
prompt "Custom gdb"
depends on EXPERIMENTAL
- select GDB_7_2_or_later
-
-endchoice
+ help
+ The choosen gdb version shall be not downloaded. Instead use
+ a custom location to get the source.
config GDB_7_2_or_later
bool
@@ -220,7 +222,6 @@ config GDB_VERSION
default "7.0.1a" if GDB_V_7_0_1a
default "7.0a" if GDB_V_7_0a
default "6.8a" if GDB_V_6_8a
- default "custom" if GDB_CUSTOM
if GDB_CUSTOM
diff --git a/samples/bfin-unknown-linux-uclibc/crosstool.config b/samples/bfin-unknown-linux-uclibc/crosstool.config
index b7ae4e6..a8b8b51 100644
--- a/samples/bfin-unknown-linux-uclibc/crosstool.config
+++ b/samples/bfin-unknown-linux-uclibc/crosstool.config
@@ -4,11 +4,12 @@ CT_LOG_EXTRA=y
CT_ARCH_blackfin=y
CT_KERNEL_linux=y
CT_ARCH_BINFMT_FDPIC=y
+CT_BINUTILS_V_2_22=y
CT_BINUTILS_PLUGINS=y
CT_LIBC_uClibc=y
CT_LIBC_UCLIBC_CONFIG_FILE="${CT_LIB_DIR}/samples/${CT_TARGET}/${CT_LIBC}-${CT_LIBC_VERSION}.config"
CT_THREADS_LT=y
-CT_CC_V_4_5_3=y
+CT_CC_GCC_V_4_5_3=y
# CT_CC_GCC_USE_GRAPHITE is not set
# CT_CC_GCC_USE_LTO is not set
CT_GMP_V_4_3_2=y