kumquat-buildroot/toolchain
Thomas Petazzoni 9a70663904 gdb: build gdbserver with TARGET_MAKE_ENV
This commit fixes the exact same problem than
21a0c11a90, but for the gdbserver
build. The problem is that when you use the Crosstool-NG toolchain
backend, gawk gets built as a dependency of Crosstool-NG. So the gdb
configure scripts detects it, and assumes it is in the PATH (because
the gdb configure step gets run with TARGET_MAKE_ENV).

But then, the build fails, because it tries to run gawk, but gawk
isn't in the PATH, because we forget to use this TARGET_MAKE_ENV
variable when building gdbserver.

Fixes http://autobuild.buildroot.org/results/d0173de533b5e2fffed2eff7327a502ed2d787cd/build-end.log

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-02-04 23:35:07 +01:00
..
elf2flt
gcc toolchain/gcc: sprinkle with some calls to MESSAGE 2013-01-20 22:12:01 +01:00
gdb gdb: build gdbserver with TARGET_MAKE_ENV 2013-02-04 23:35:07 +01:00
kernel-headers kernel-headers: bump 3.{0, 4, 7}.x stable versions 2013-02-04 22:42:40 +01:00
toolchain-buildroot avr32: support uClibc 0.9.33.2 2013-02-02 14:45:16 +01:00
toolchain-crosstool-ng
toolchain-external toolchain-external: remove support for AArch64 Linaro 2012.10 toolchain 2013-02-02 17:35:53 +01:00
uClibc avr32: support uClibc 0.9.33.2 2013-02-02 14:45:16 +01:00
Config.in
helpers.mk
toolchain-buildroot.mk
toolchain-common.in
toolchain-crosstool-ng.mk
toolchain-external.mk