From b921593faac2e614d67346003f26be8adc750916 Mon Sep 17 00:00:00 2001 From: Anthony Barbier Date: Thu, 15 Mar 2018 09:43:45 +0000 Subject: COMPMID-959: Moved ccache workaround to jenkins scripts There is no reason to have a workaround for a specific compiler cache in the library's build system Change-Id: Ie997c585f795ab9b6c9d24cfec923b5722905745 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/124665 Tested-by: Jenkins Reviewed-by: Georgios Pinitas --- SConstruct | 3 --- 1 file changed, 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 4bf90c107d..cb0cb4fd0a 100644 --- a/SConstruct +++ b/SConstruct @@ -171,9 +171,6 @@ env['AS'] = prefix + "as" env['AR'] = prefix + "ar" env['RANLIB'] = prefix + "ranlib" -if 'ccache' in env['compiler_cache'] and 'clang++' in cpp_compiler: - env['ENV']['CCACHE_CPP2'] = 'yes' - if not GetOption("help"): try: compiler_ver = subprocess.check_output(env['CXX'].split() + ["-dumpversion"]).strip() -- cgit v1.2.1