Changeset 275
- Timestamp:
- 07/17/06 05:55:50 (2 years ago)
- Files:
-
- trunk/freewrt/toolchain/gcc/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freewrt/toolchain/gcc/Makefile
r202 r275 25 25 # Apply any files named gcc-*.patch from the source directory to gcc 26 26 $(SCRIPT_DIR)/patch-kernel.sh $(GCC_DIR) ./$(GCC_VERSION) \*.patch 27 $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeW rt)\2,' $(GCC_DIR)/gcc/version.c27 $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeWRT)\2,' $(GCC_DIR)/gcc/version.c 28 28 $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:http://www.freewrt.org/development/freewrt>\2,' $(GCC_DIR)/gcc/version.c 29 29 touch $@


