toolchain/gdb: fix compilation with ccache
authorRosen Penev <rosenp@gmail.com>
Mon, 5 Apr 2021 01:32:30 +0000 (18:32 -0700)
committerHauke Mehrtens <hauke@hauke-m.de>
Sun, 18 Apr 2021 10:04:43 +0000 (12:04 +0200)
commit09a23b9261f86e6d82c5b3cf55060a7ece997c15
treede4a9654e2351679d08399e6a100f9af1e5f08ca
parentd33f4f856566bf7a5b44d6169fd673719bbdfcc6
toolchain/gdb: fix compilation with ccache

For some reason, one of the configure checks results in some infinite
loop and ends up spawning endless gcc processes, causing OOM. Just pass
a configure var to avoid it.

Same fix as 6e23813c1ed7494a9da3b5e59cfcafd71097c420

Signed-off-by: Rosen Penev <rosenp@gmail.com>
(cherry picked from commit fc093c3f9cce80ea60e3752f6629f999ec186765)
toolchain/gdb/Makefile