From 977e95a39bf55805b5b3cb770ba9483939dd4087 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 31 May 2015 16:03:22 -0500 Subject: enable microblaze for uClibc-ng for testing --- toolchain/gcc/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'toolchain/gcc/Makefile') 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 -- cgit v1.2.3