kumquat-buildroot/toolchain/gcc
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
..
4.1.2
4.2.0
4.2.1
4.2.2-avr32-2.1.5 gcc: add 4.2.2-avr32-2.1.5 patches 2009-12-14 23:54:42 +01:00
4.2.3
4.2.4
4.3.2 toolchain/gcc: 4.3.x: fix for arm pr37436 2009-05-24 07:34:09 +02:00
4.3.3 toolchain/gcc: 4.3.x: fix for arm pr37436 2009-05-24 07:34:09 +02:00
4.3.4 toolchain/gcc: add 4.3.4 2009-08-05 10:34:34 +02:00
4.4.2 toolchain/gcc: bump 4.4.x version 2009-10-29 12:35:00 +01:00
Config.in gcc: improve configuration for snapshot versions 2009-12-14 23:54:44 +01:00
Config.in.2 gcc: native toolchain needs BR2_HAVE_DEVFILES 2009-12-11 23:55:17 +01:00
gcc-uclibc-3.x.mk Use BR2_TOOLCHAIN_BUILDROOT instead of BR2_TOOLCHAIN_SOURCE 2009-12-14 23:54:47 +01:00
gcc-uclibc-4.x.mk gcc: do not pass --with-pkgversion to gcc < 4.3 2009-12-15 12:03:05 +01:00
Makefile.in gcc: improve configuration for snapshot versions 2009-12-14 23:54:44 +01:00