Changeset 39

Show
Ignore:
Timestamp:
06/11/06 11:56:23 (6 years ago)
Author:
wbx
Message:

remove sstrip, it does not gain so much and complicates portability and debugging, make gcc 3.4.4 default

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/rules.mk

    r1 r39  
    9898TARGET_CROSS:=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc- 
    9999TARGET_CC:=$(TARGET_CROSS)gcc 
    100 STRIP:=$(STAGING_DIR)/bin/sstrip 
     100STRIP:=$(STAGING_DIR)/bin/$(OPTIMIZE_FOR_CPU)-linux-uclibc-strip 
    101101PATCH=$(SCRIPT_DIR)/patch-kernel.sh 
    102102SED:=$(STAGING_DIR)/bin/sed -i -e 
  • trunk/freewrt/toolchain/Makefile

    r1 r39  
    11# Main makefile for the toolchain 
    22include $(TOPDIR)/rules.mk 
    3 TARGETS:=sed utils binutils gcc uClibc ipkg-utils gdb libnotimpl 
     3TARGETS:=sed binutils gcc uClibc ipkg-utils gdb libnotimpl 
    44 
    55TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS)) 
     
    1010clean: $(TARGETS_CLEAN) 
    1111 
    12 uClibc-prepare: kernel-headers-prepare sed-install utils-install 
     12uClibc-prepare: kernel-headers-prepare sed-install 
    1313binutils-prepare: uClibc-prepare 
    1414gcc-prepare: binutils-install 
  • trunk/freewrt/toolchain/gcc/Config.in

    r28 r39  
    88# these manually ... annoying. 
    99config BR2_GCC_VERSION_3_4_4 
    10         bool 
    11  
    12 config BR2_GCC_VERSION_4_0_3 
    13         bool 
    14  
    15 config BR2_GCC_VERSION_4_1_0 
    1610        bool 
    1711 
     
    6054        default "4.0.3"     if BR2_GCC_VERSION_4_0_3 
    6155        default "4.1.0"     if BR2_GCC_VERSION_4_1_0 
    62         default "3.4.6
     56        default "3.4.4
    6357 
    6458