[Buildroot] [PATCH] gdb: build gdbserver with TARGET_MAKE_ENV

Peter Korsgaard jacmet at uclibc.org
Mon Feb 4 22:35:34 UTC 2013


>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni at free-electrons.com> writes:

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard



More information about the buildroot mailing list