mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Merge pull request #195 from stilor/bfin-multiple-bugs
Restore blackfin sample
This commit is contained in:
commit
8c5de9dcd5
@ -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:
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user