kumquat-buildroot/toolchain
Thomas Petazzoni 962ea5b29b gcc: do not pass --with-pkgversion to gcc < 4.3
Commit 09c181f289 added new options
passed to gcc configure to set --with-pkgversion and --with-bugurl, to
gcc >= gcc 4.3. To check this, it was checking that the GCC_VERSION
string does not contain 4.2.

Unfortunately, the test is bogus. It does a findstring on x4.2. (with
a final dot) but compares the result with x4.2 (without the final
dot).

The result is that even with 4.2 versions, the test was true, leading
--with-pkgversion and --with-bugurl being passed to gcc's configure
script.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-12-15 12:03:05 +01:00
..
binutils binutils: remove external source patches 2009-12-14 23:54:48 +01:00
ccache buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
dependencies dependencies: check for 'patch' 2009-10-02 09:06:51 +02:00
elf2flt buildroot: silence ./configure step when building with 'make -s' 2009-10-01 21:24:42 +02:00
external-toolchain
gcc gcc: do not pass --with-pkgversion to gcc < 4.3 2009-12-15 12:03:05 +01:00
gdb gdb: remove external sources patches 2009-12-14 23:54:48 +01:00
kernel-headers kernel-headers: bump 2.6.31.x / 2.6.32.x stable versions 2009-12-14 21:14:46 +01:00
mklibs
sstrip
uClibc toolchain/uClibc: avr32 patch should apply to 0.9.30.1 2009-12-15 10:47:39 +01:00
Config.in Remove external source toolchain options 2009-12-14 23:54:47 +01:00
Config.in.1 Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE 2009-12-14 23:54:47 +01:00
Config.in.2 Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE 2009-12-14 23:54:47 +01:00
Makefile.in
patch-kernel.sh
wget-show-external-deps.sh