Changeset 855544c in freewrt for toolchain


Ignore:
Timestamp:
Jun 10, 2006, 11:54:01 AM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
14ccb40
Parents:
10e6184
Message:

disable toolchain options, dangerous settings, some OpenWrt -> FreeWRT conversion, remove some error messages about .defconfig

git-svn-id: svn://www.freewrt.org/trunk/freewrt@28 afb5a338-a214-0410-bd46-81f09a774fd1

Location:
toolchain
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • toolchain/Config.in

    r10e6184 r855544c  
    1 #
    2 
    3 menu "Toolchain Options"
    41
    52source "toolchain/uClibc/Config.in"
    63source "toolchain/binutils/Config.in"
    74source "toolchain/gcc/Config.in"
    8 
    9 if CONFIG_DEVEL
    10 comment "Common Toolchain Options"
    11 endif
    12 if !CONFIG_DEVEL
    13 comment "Using defaults"
    14 endif
    155
    166config BR2_ENABLE_MULTILIB
     
    4838          Optimizations to use when building for the target host.
    4939
    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 endmenu
    61 
  • 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 
    51if CONFIG_DEVEL
    62        comment "Gcc Options"
     
    139config BR2_GCC_VERSION_3_4_4
    1410        bool
    15         default y if BR2_LINUX_2_4_BRCM
    1611
    1712config BR2_GCC_VERSION_4_0_3
    1813        bool
    19         default y if BR2_LINUX_2_6_ARUBA || BR2_LINUX_2_6_XSCALE
    2014
    2115config BR2_GCC_VERSION_4_1_0
  • toolchain/gcc/Makefile

    r10e6184 r855544c  
    8080endif
    8181endif
    82         $(SED) 's,\(version_string.. = "[0-9\.]*\).*\(";\),\1 (OpenWrt-2.0)\2,' $(GCC_DIR)/gcc/version.c
    83         $(SED) 's,\(bug_report_url.. = "\).*\(";\),\1<URL:https://dev.openwrt.org/>\2,' $(GCC_DIR)/gcc/version.c
     82        $(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
    8484        touch $(GCC_DIR)/.patched
    8585
Note: See TracChangeset for help on using the changeset viewer.