diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-31 00:51:08 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2015-12-31 00:51:15 +0100 |
commit | 73ba88818ded47be54139163f3a87c4c9932170f (patch) | |
tree | 7a32c2c16f9bc20fc16ca8df8e739bc04e8b881e | |
parent | c1a656613c8c484f44559113067555f999c361b8 (diff) |
cleanup unused stuff
-rw-r--r-- | toolchain/gcc/Makefile | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 0dfed42bd..acd1ef9ff 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -267,12 +267,6 @@ ifeq ($(ADK_TARGET_ARCH_M68K),y) echo "exec ${GNU_TARGET_NAME}-gcc \"\$$@\" -specs $(ADK_TOPDIR)/toolchain/gcc/m68k-uclinux-gcc.specs" >> $(TOOLCHAIN_DIR)/usr/bin/adk-uclinux-gcc chmod a+x $(TOOLCHAIN_DIR)/usr/bin/adk-uclinux-gcc endif -ifeq ($(ADK_TARGET_ARCH_ARM),y) - # create gcc wrapper for uClinux/arm - echo "#!/bin/sh" > $(TOOLCHAIN_DIR)/usr/bin/adk-uclinux-gcc - echo "exec ${GNU_TARGET_NAME}-gcc \"\$$@\" -specs $(ADK_TOPDIR)/toolchain/gcc/arm-uclinux-gcc.specs" >> $(TOOLCHAIN_DIR)/usr/bin/adk-uclinux-gcc - chmod a+x $(TOOLCHAIN_DIR)/usr/bin/adk-uclinux-gcc -endif touch $@ $(WRKBUILD)/.compiled: @@ -310,9 +304,6 @@ $(WRKBUILD)/.installed: $(WRKBUILD)/.compiled ln -sf $(GNU_TARGET_NAME)-gcc $(GNU_TARGET_NAME)-gcc-${PKG_VERSION} && \ ln -sf $(GNU_TARGET_NAME)-g++ $(GNU_TARGET_NAME)-g++-${PKG_VERSION} \ ) - cd $(STAGING_TARGET_DIR)/lib && \ - ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so && \ - ln -sf libstdc++.so.6.0.$(LIBSTDCXXVER) libstdc++.so.6 touch $@ $(WRKBUILD)/.final: |