From 5fd435330645b1d11a104f352c6282d9e5712ef3 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 4 Sep 2016 20:08:36 +1000 Subject: * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE. Signed-off-by: Ben Elliston --- runtest.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'runtest.exp') diff --git a/runtest.exp b/runtest.exp index 2c6ca5d..0415e4e 100644 --- a/runtest.exp +++ b/runtest.exp @@ -87,6 +87,11 @@ set target_cpu "" ;# type of the cpu tests are running on set target_alias "" ;# standard abbreviation of target set compiler_flags "" ;# the flags used by the compiler +# Various ccache versions provide incorrect debug info such as ignoring +# different current directory, breaking GDB testsuite. +set env(CCACHE_DISABLE) 1 +unset -nocomplain env(CCACHE_NODISABLE) + # # some convenience abbreviations # -- cgit v1.1