diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-05 07:53:14 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2013-07-05 07:53:14 +0000 |
commit | ee49c5fd1ab4d1878c77226ecaf38ea8dc4b5f84 (patch) | |
tree | 9b268d90937832cbaf277d597ad86e56c9fedd74 /toolchain/gcc/minimal | |
parent | dd5362d440aa3510c5a2fda185323b486c74d000 (diff) |
gcc: do not delete DATESTAMP and DEV-PHASE version info (fixes __GLIBCXX__ definition)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37179 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/minimal')
-rw-r--r-- | toolchain/gcc/minimal/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/toolchain/gcc/minimal/Makefile b/toolchain/gcc/minimal/Makefile index 6b4a9c526f..d73fcf905f 100644 --- a/toolchain/gcc/minimal/Makefile +++ b/toolchain/gcc/minimal/Makefile @@ -21,8 +21,6 @@ define Host/Prepare ln -snf $(GCC_DIR) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/ $(SED) 's,^MULTILIB_OSDIRNAMES,# MULTILIB_OSDIRNAMES,' $(HOST_BUILD_DIR)/gcc/config/*/t-* - $(SED) 'd' $(HOST_BUILD_DIR)/gcc/DATESTAMP - $(SED) 'd' $(HOST_BUILD_DIR)/gcc/DEV-PHASE #(cd $(HOST_BUILD_DIR)/libstdc++-v3; autoconf;); $(SED) 's,gcc_no_link=yes,gcc_no_link=no,' $(HOST_BUILD_DIR)/libstdc++-v3/configure mkdir -p $(GCC_BUILD_DIR) |