summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-12-28 06:19:47 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2015-12-28 08:40:17 +0100
commit54c391836b04d7a19a435f89ba617a2ffe06117b (patch)
tree6cee675f0eeababb7d0cb5f99a555d748737452d /toolchain
parent89abc818fd48298b1c63774d4eadd7c558604779 (diff)
v850: add basic newlib toolchain support
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile
index 7b24b9a4c..b1aaac653 100644
--- a/toolchain/Makefile
+++ b/toolchain/Makefile
@@ -56,7 +56,11 @@ download: $(DOWNLOAD)
final: $(FINAL)
gcc-configure: binutils-install gmp-install mpfr-install mpc-install libelf-install
+ifeq ($(ADK_TARGET_LIB_NEWLIB),y)
+$(CLIB)-install: gcc-configure
+else
$(CLIB)-install: gcc-configure kernel-headers-configure
+endif
gcc-install: $(ELF2FLT) $(CLIB)-install
gcc-final: gcc-install $(GDB)