Changeset 91f0c55 in freewrt


Ignore:
Timestamp:
Jun 11, 2006, 11:56:23 AM (20 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
4a83e29
Parents:
d0f17ed
Message:

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

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

Files:
3 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • rules.mk

    rd0f17ed r91f0c55  
    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
  • toolchain/Makefile

    rd0f17ed r91f0c55  
    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
  • toolchain/gcc/Config.in

    rd0f17ed r91f0c55  
    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
Note: See TracChangeset for help on using the changeset viewer.