diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-10-11 11:05:05 +0200 |
commit | 046cf475d64cb44460ac0aeb9e53032efd8185d0 (patch) | |
tree | 46ddb06b418e42c52c0a02ba2b90f0f4d2b9b93e /toolchain/uClibc/Makefile | |
parent | 58de4f5caf471cecbaebdb023cd8e2c5f89bfdb3 (diff) | |
parent | ec67efc42516136adee22d15ef1fb64b32637806 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain/uClibc/Makefile')
-rw-r--r-- | toolchain/uClibc/Makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 48279469e..a59805454 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -83,33 +83,6 @@ endif touch $(WRKBUILD)/.configured touch $@ -ifeq ($(ADK_TARGET_WITH_MULTILIB),y) -$(WRKBUILD)/.compiled: - $(MAKE) ${UCLIBC_MAKEOPTS} -C $(WRKBUILD) \ - PREFIX= \ - DEVEL_PREFIX=/ \ - RUNTIME_PREFIX=/ \ - HOSTCC="$(CC_FOR_BUILD)" \ - CPU_CFLAGS="$(TARGET_CFLAGS)" \ - MULTILIB_DIR=/$(ADK_TARGET_LIBC_PATH) \ - all - touch $@ - -$(WRKBUILD)/.installed: $(WRKBUILD)/.compiled - $(MAKE) -C $(WRKBUILD) \ - PREFIX=$(STAGING_TARGET_DIR) \ - DEVEL_PREFIX=/usr/ \ - DEVEL_PREFIX_LIB=/ \ - RUNTIME_PREFIX=/ \ - CPU_CFLAGS="$(TARGET_CFLAGS)" \ - MULTILIB_DIR=/$(ADK_TARGET_LIBC_PATH) \ - install_dev install_runtime - rm -rf $(STAGING_TARGET_DIR)/$(ADK_TARGET_LIBC_PATH)/libc.so - ln -s libc.so.0 $(STAGING_TARGET_DIR)/$(ADK_TARGET_LIBC_PATH)/libc.so - touch $@ - -else - $(WRKBUILD)/.compiled: $(MAKE) ${UCLIBC_MAKEOPTS} -C $(WRKBUILD) \ PREFIX= \ @@ -141,6 +114,5 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.install_headers rm -rf $(STAGING_TARGET_DIR)/lib/libc.so ln -s libc.so.0 $(STAGING_TARGET_DIR)/lib/libc.so touch $@ -endif include ${TOPDIR}/mk/toolchain.mk |