From: Felix Fietkau Date: Fri, 27 Jan 2006 18:50:59 +0000 (+0000) Subject: add 'OpenWrt-1.0' to gcc version info X-Git-Tag: whiterussian_rc5~204 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=f413ee9d7431f82e3c5dde21dc875398d65ee747;p=openwrt%2Fsvn-archive%2Fopenwrt.git add 'OpenWrt-1.0' to gcc version info SVN-Revision: 3057 --- diff --git a/openwrt/toolchain/gcc/Makefile b/openwrt/toolchain/gcc/Makefile index f6f4acaab6..1d7c8650ff 100644 --- a/openwrt/toolchain/gcc/Makefile +++ b/openwrt/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-1.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