From 260703a97087db63a9fbaf72e4b6c5a0d337559f Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 9 Jun 2015 16:02:24 -0500 Subject: add simulator target for h8/300, reorg no-MMU Some no-MMU targets need uclinux in its triple, some not. Introduce a new symbol for noMMU to select correct software and configuration instead of using UCLINUX symbol. --- toolchain/gcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index a485a7c28..6fdd62767 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -64,7 +64,7 @@ else GCC_CONFOPTS+= --disable-tls --disable-threads --disable-libatomic endif -ifeq ($(ADK_TARGET_UCLINUX)$(ADK_TARGET_USE_STATIC_LIBS),y) +ifeq ($(ADK_TARGET_BINFMT_FLAT)$(ADK_TARGET_USE_STATIC_LIBS),y) GCC_FINAL_CONFOPTS+= --disable-shared else # uClibc/glibc uses libgcc_s.so.1 for pthread_cancel with dlopen -- cgit v1.2.3