diff options
author | Felix Fietkau <nbd@openwrt.org> | 2013-07-05 09:16:08 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2013-07-05 09:16:08 +0000 |
commit | 39bc82472df14c3ade0ee7724bb48f1f2ea787f3 (patch) | |
tree | 4553d328ed849a7955c00410bb6857f59d708670 /toolchain/gcc | |
parent | 4afb9e3633e4ce937ac168a2bb8f09815a0749b6 (diff) | |
download | upstream-39bc82472df14c3ade0ee7724bb48f1f2ea787f3.tar.gz upstream-39bc82472df14c3ade0ee7724bb48f1f2ea787f3.tar.bz2 upstream-39bc82472df14c3ade0ee7724bb48f1f2ea787f3.zip |
gcc: fix up displayed version after r37179
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37180 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/minimal/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/gcc/minimal/Makefile b/toolchain/gcc/minimal/Makefile index d73fcf905f..a2564a18ee 100644 --- a/toolchain/gcc/minimal/Makefile +++ b/toolchain/gcc/minimal/Makefile @@ -21,6 +21,8 @@ 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/DEV-PHASE + $(SED) 's, DATESTAMP,,' $(HOST_BUILD_DIR)/gcc/version.c #(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) |