- Timestamp:
- Jun 10, 2006, 11:54:01 AM (20 years ago)
- Branches:
- freewrt_1_0, freewrt_2_0
- Children:
- 14ccb40
- Parents:
- 10e6184
- Location:
- toolchain
- Files:
-
- 3 edited
-
Config.in (modified) (2 diffs)
-
gcc/Config.in (modified) (2 diffs)
-
gcc/Makefile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
toolchain/Config.in
r10e6184 r855544c 1 #2 3 menu "Toolchain Options"4 1 5 2 source "toolchain/uClibc/Config.in" 6 3 source "toolchain/binutils/Config.in" 7 4 source "toolchain/gcc/Config.in" 8 9 if CONFIG_DEVEL10 comment "Common Toolchain Options"11 endif12 if !CONFIG_DEVEL13 comment "Using defaults"14 endif15 5 16 6 config BR2_ENABLE_MULTILIB … … 48 38 Optimizations to use when building for the target host. 49 39 50 # Might be worth experimenting with for gcc 3.4.x.51 #GCC_WITH_CPU:=52 #GCC_WITH_ARCH:=53 #GCC_WITH_TUNE:=54 55 #GCC_WITH_CPU:=--with-cpu=56 #GCC_WITH_ARCH:=--with-arch=57 #GCC_WITH_TUNE:=--with-tune=58 59 60 endmenu61 -
toolchain/gcc/Config.in
r10e6184 r855544c 1 # Choose gcc version.2 # WARNING -- 2.95 currently only builds for i386, arm, mips*, and powerpc.3 # WARNING -- 2.95 does not currently build natively for the target.4 5 1 if CONFIG_DEVEL 6 2 comment "Gcc Options" … … 13 9 config BR2_GCC_VERSION_3_4_4 14 10 bool 15 default y if BR2_LINUX_2_4_BRCM16 11 17 12 config BR2_GCC_VERSION_4_0_3 18 13 bool 19 default y if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE20 14 21 15 config BR2_GCC_VERSION_4_1_0 -
toolchain/gcc/Makefile
r10e6184 r855544c 80 80 endif 81 81 endif 82 $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 ( OpenWrt-2.0)\2,' $(GCC_DIR)/gcc/version.c83 $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:http s://dev.openwrt.org/>\2,' $(GCC_DIR)/gcc/version.c82 $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (FreeWrt)\2,' $(GCC_DIR)/gcc/version.c 83 $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:http://www.freewrt.org/development>\2,' $(GCC_DIR)/gcc/version.c 84 84 touch $(GCC_DIR)/.patched 85 85
Note:
See TracChangeset
for help on using the changeset viewer.
