Changeset 131a9d7 in freewrt for toolchain


Ignore:
Timestamp:
Jul 12, 2006, 10:09:11 PM (19 years ago)
Author:
Waldemar Brodkorb <wbx@…>
Branches:
freewrt_1_0, freewrt_2_0
Children:
2f1a2c9
Parents:
37bb2e3
Message:

move tools like sed, trx, lzma, which does not belong to the toolchain (gcc,binutils,gdb,libc) to a separate directory, all stuff is compiled with the host compiler

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • toolchain/Makefile

    r37bb2e3 r131a9d7  
    33include $(TOPDIR)/rules.mk
    44
    5 BUILD_SED:=sed
    6 BUILD_SED_DEP:=sed-install
    7 
    8 TARGETS:=$(BUILD_SED) binutils gcc uClibc ipkg-utils gdb libnotimpl utils lzma
     5TARGETS:=binutils gcc uClibc gdb libnotimpl
    96
    107TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
     
    1512clean: $(TARGETS_CLEAN)
    1613
    17 uClibc-prepare: kernel-headers-prepare $(BUILD_SED_DEP)
     14uClibc-prepare: kernel-headers-prepare
    1815binutils-prepare: uClibc-prepare
    1916gcc-prepare: binutils-install
Note: See TracChangeset for help on using the changeset viewer.