From 5fd435330645b1d11a104f352c6282d9e5712ef3 Mon Sep 17 00:00:00 2001 From: Jan Kratochvil Date: Sun, 4 Sep 2016 20:08:36 +1000 Subject: [PATCH] * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE. Signed-off-by: Ben Elliston --- ChangeLog | 4 ++++ runtest.exp | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4880003..916fa04 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-09-04 Jan Kratochvil + + * runtest.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE. + 2016-06-28 Ben Elliston * aclocal.m4, Makefile.in: Regenerate with automake 1.15. 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 # -- 2.7.4