Merge pull request #195 from stilor/bfin-multiple-bugs

Restore blackfin sample
This commit is contained in:
Bryan Hundven 2015-10-14 15:30:21 -07:00
commit 8c5de9dcd5
2 changed files with 3 additions and 1 deletions

View File

@ -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:

View File

@ -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