diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-28 10:39:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-06-28 10:39:34 +0200 |
commit | a3d8e37ab74b7ad1092d15e1a9225b1e18584e26 (patch) | |
tree | 49541fddbb788cf9bbb2edde28e6763aab00da4a /toolchain/Makefile | |
parent | e9e7c5715ae2cb168dfe56192a3a1d5aacc70b23 (diff) | |
parent | 55d328185e320507d1e8362b785cd0b497667ae6 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/Makefile')
-rw-r--r-- | toolchain/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/Makefile b/toolchain/Makefile index d2f59f8ba..0722894fd 100644 --- a/toolchain/Makefile +++ b/toolchain/Makefile @@ -13,7 +13,7 @@ include $(TOPDIR)/rules.mk -TARGETS:=binutils gmp mpfr gcc +TARGETS:=binutils gmp mpfr mpc gcc ifeq ($(ADK_TARGET_LIB_GLIBC),y) TARGETS+=glibc-ports glibc LIBC:=glibc @@ -37,7 +37,7 @@ install: $(TARGETS_INSTALL) clean: $(TARGETS_CLEAN) download: $(DOWNLOAD) -gcc-prepare: binutils-install gmp-install mpfr-install +gcc-prepare: binutils-install gmp-install mpfr-install mpc-install ifeq ($(ADK_TARGET_LIB_GLIBC),y) $(LIBC)-prepare: gcc-prepare kernel-headers-prepare glibc-ports-prepare else |