X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2Fgcc%2FMakefile;h=57debe12b82ad4a988bece372168f4d78b43e135;hb=6a25fe644778c1a2a4bc97655a6024eda12215ea;hp=f6f4acaab63cc067a5b68ecb4e04703b507a1a91;hpb=93a1cc78a58b1d0c95b81343e5e72910201352dd;p=openwrt-10.03%2F.git diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index f6f4acaab..57debe12b 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -79,6 +79,8 @@ ifeq ("$(strip $(ARCH))","armeb") $(SCRIPT_DIR)/patch-kernel.sh $(GCC_DIR) ./$(GCC_VERSION) arm-softfloat.patch.conditional endif endif + $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(GCC_DIR)/gcc/version.c + $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1\2,' $(GCC_DIR)/gcc/version.c touch $(GCC_DIR)/.patched # The --without-headers option stopped working with gcc 3.0 and has never been