diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 16:03:22 -0500 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-05-31 16:03:42 -0500 |
commit | 977e95a39bf55805b5b3cb770ba9483939dd4087 (patch) | |
tree | 69a668c34723a3a00f977c0082df7d2a05362de5 /toolchain/gcc/Makefile | |
parent | a198c67dc27ccb218ccc5a0577309933b9a89d67 (diff) |
enable microblaze for uClibc-ng for testing
Diffstat (limited to 'toolchain/gcc/Makefile')
-rw-r--r-- | toolchain/gcc/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 0ed8f077c..cbbc41e6b 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -62,6 +62,10 @@ GCC_CONFOPTS+= --disable-tls --disable-threads --disable-libatomic endif endif +ifeq ($(ADK_TARGET_WITH_LT),y) +GCC_CONFOPTS+= --disable-tls --disable-threads --disable-libatomic +endif + ifeq ($(ADK_TARGET_UCLINUX)$(ADK_TARGET_USE_STATIC_LIBS),y) GCC_FINAL_CONFOPTS+= --disable-shared else |