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>
Sat, 17 Apr 2021 19:56:05 +0000 (21:56 +0200)
commitfc093c3f9cce80ea60e3752f6629f999ec186765
treefe52204e5f3fe7137b6ea6bdf9742186dda80b60
parent10aacb9a6ce3445cdee39573f4120e7888beb022
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>
toolchain/gdb/Makefile