summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-11-10 17:31:42 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-11-10 17:31:42 +0100
commit21ded3cad03a92ea4dd8d70fa8e1e28ebab16227 (patch)
tree19b40cd7030ec1803f15aa97f121769ed799c579 /toolchain/gcc
parenteba4b0580d1f31b39ccd7f8780b1f5c7912abea7 (diff)
use gcc 4.8.5 for c6x, enable static libgcc for DSBT binary format
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile
index c9bafde0b..c4c053bda 100644
--- a/toolchain/gcc/Makefile
+++ b/toolchain/gcc/Makefile
@@ -67,7 +67,7 @@ ifeq ($(ADK_TARGET_LIB_WITHOUT_THREADS)$(ADK_TARGET_WITHOUT_THREADS),y)
GCC_FINAL_CONFOPTS:= --disable-tls --disable-threads --disable-libatomic
endif
-ifeq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS),y)
+ifeq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS)$(ADK_TARGET_BINFMT_DSBT),y)
GCC_FINAL_CONFOPTS+= --disable-shared
else
# uClibc/glibc uses libgcc_s.so.1 for pthread_cancel with dlopen