kumquat-buildroot/toolchain
Thomas Petazzoni efe0daab8c gdb: fix target gdb build when host-gawk is built before
When the crosstool-ng backend is used, host-gawk is built as a
dependency of the crosstool-ng package, and therefore an host 'gawk'
binary is installed in $(HOST_DIR).

When the target gdb package is also selected, this unfortunately leads
to a build failure, as reported on
http://buildroot.humanoidz.org/results/f19c0499d08212d8b5100fa9434e1197092957db/build-end.log.

The problem is that the ./configure of gdb detects gawk in the PATH,
but at compile time, it fails to find gawk. This is due to the fact
that the gdb compilation process is started without the correct path.
This patch fixes this by passing $(TARGET_MAKE_ENV) in the environment
of the gdb compilation process.

A better fix would be to switch gdb to the AUTOTARGETS infrastructure
in the future.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2012-05-07 21:40:31 +02:00
..
elf2flt elf2flt: fix after conversion of binutils to package infrastructure 2012-03-18 20:47:46 +01:00
gcc toolchain/gcc: remove duplicate QUIET entries 2012-04-25 13:03:33 +02:00
gdb gdb: fix target gdb build when host-gawk is built before 2012-05-07 21:40:31 +02:00
kernel-headers kernel-headers: bump 3.{0, 3}.x stable versions 2012-04-29 19:13:23 +02:00
toolchain-buildroot mklibs: remove support 2012-04-25 09:56:30 +02:00
toolchain-crosstool-ng ctng: use gcc 4.4.6 2012-01-22 22:54:58 +01:00
toolchain-external external-toolchain: add support for Linaro 2012.04 2012-05-07 17:08:37 +02:00
uClibc toolchain/uClibc: enable 0.9.33.1 for sh 2012-05-03 15:57:28 +02:00
Config.in toolchain: disallow internal/ctng toolchains for microblaze 2012-03-19 00:26:01 +01:00
helpers.mk external-toolchain: add support for recent Linaro toolchains 2012-05-07 17:08:37 +02:00
toolchain-buildroot.mk mklibs: remove support 2012-04-25 09:56:30 +02:00
toolchain-common.in Fix typo buiding -> building 2012-01-15 20:47:58 +01:00
toolchain-crosstool-ng.mk mklibs: remove support 2012-04-25 09:56:30 +02:00
toolchain-external.mk mklibs: remove support 2012-04-25 09:56:30 +02:00