X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=toolchain%2Fgcc%2FMakefile;h=161c7894a597618b5e23e35700290cec19193d50;hb=9e4cb82cc5c17037de4bf87712c3899dafe0b1e7;hp=0970b2f9859127e5917db97fb00b25b03e66303f;hpb=8a3f2456853f34e94a523a0d912e3c5d22dd5bbd;p=openwrt.git diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 0970b2f985..161c7894a5 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -253,13 +253,16 @@ define Stage2/Install endef +BUGURL=https://dev.openwrt.org/ + define Host/Prepare $(call Host/SetToolchainInfo) $(call Host/Prepare/Default) ln -snf $(GCC_DIR) $(BUILD_DIR_TOOLCHAIN)/$(PKG_NAME) $(CP) $(SCRIPT_DIR)/config.{guess,sub} $(HOST_BUILD_DIR)/ $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(HOST_BUILD_DIR)/gcc/version.c - $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1\2,' $(HOST_BUILD_DIR)/gcc/version.c + $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1\2,' $(HOST_BUILD_DIR)/gcc/version.c + $(SED) 's,http://gcc.gnu.org/bugs.html,$(BUGURL),' $(HOST_BUILD_DIR)/gcc/configure #(cd $(HOST_BUILD_DIR)/libstdc++-v3; autoconf;); $(SED) 's,gcc_no_link=yes,gcc_no_link=no,' $(HOST_BUILD_DIR)/libstdc++-v3/configure $(call Stage0/Configure)