summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Hundven <bryanhundven@gmail.com>2015-10-14 22:30:21 (GMT)
committerBryan Hundven <bryanhundven@gmail.com>2015-10-14 22:30:21 (GMT)
commit8c5de9dcd527731ced700f4f7c496e04df74c9c0 (patch)
tree6e196b579a78686b607b8f22ca53a13e7bea7cda
parent625f7e66b43c8629c7ca27b062ff7adad9c2b859 (diff)
parent9952e8ce54221f1ba77722a77952233ff0491c9c (diff)
Merge pull request #195 from stilor/bfin-multiple-bugs
Restore blackfin sample
-rw-r--r--.travis.yml1
-rw-r--r--samples/bfin-unknown-linux-uclibc/crosstool.config3
2 files changed, 3 insertions, 1 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/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