kumquat-buildroot/toolchain
Thomas Petazzoni fed6a2a6ea target-gcc: remove useless copies of gcc
When doing the "make install" of target, three identical copies of gcc
are installed in $(TARGET_DIR)/usr/bin:

  039adcc582c365f12ba6fc5f96098128  arm-unknown-linux-uclibcgnueabi-gcc
  039adcc582c365f12ba6fc5f96098128  arm-unknown-linux-uclibcgnueabi-gcc-4.3.5
  039adcc582c365f12ba6fc5f96098128  gcc

This patch removes the first two copies and keeps only the common "gcc" one.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2010-07-27 18:23:32 +02:00
..
binutils toolchain: remove unused special detection of old toolchains 2010-07-02 09:13:30 +02:00
ccache ccache: fix ccache-target dependencies 2010-05-03 15:13:19 +02:00
dependencies check-host-sed.sh: use mktemp for temporary file 2010-06-21 23:02:31 +02:00
elf2flt
external-toolchain ext-toolchains: fix libnss_*.so installation with external glibc 2010-07-08 23:06:53 +02:00
gcc target-gcc: remove useless copies of gcc 2010-07-27 18:23:32 +02:00
gdb Update all packages to quote $(TARGET_CC) 2010-07-07 08:20:21 +02:00
kernel-headers kernel-headers: bump 2.6.31-34 stable versions 2010-07-06 00:38:54 +02:00
mklibs
sstrip sstrip: fix section length corruption bug 2010-07-13 13:10:39 +02:00
uClibc Merge branch 'misc-fixes' of git://git.busybox.net/~tpetazzoni/git/buildroot 2010-07-08 10:21:16 +02:00
Config.in
Config.in.1
Config.in.2 toolchain: remove gcc 4.1.2 and non-sysroot support 2010-06-15 23:16:55 +02:00
Makefile.in Rework sysroot option handling 2010-07-07 08:14:40 +02:00
patch-kernel.sh
wget-show-external-deps.sh