summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-08 17:54:47 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-08 17:54:47 +0100
commit71e4b9f37af70eff05b75489b6922eb9c52f9475 (patch)
tree1c1e812ce34e7b235fd69da0694c4aa004cc6c03
parentthe option got turned into --with-system-sane so look for with_system_sane (diff)
downloadcore-71e4b9f37af70eff05b75489b6922eb9c52f9475.tar.gz
core-71e4b9f37af70eff05b75489b6922eb9c52f9475.zip
oh dear, I never actually added this before
-rw-r--r--solenv/bin/callcatchEnv.Set.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/solenv/bin/callcatchEnv.Set.sh b/solenv/bin/callcatchEnv.Set.sh
new file mode 100644
index 000000000000..bb8e3cf2423f
--- /dev/null
+++ b/solenv/bin/callcatchEnv.Set.sh
@@ -0,0 +1,5 @@
+CC="callcatcher $CC"
+CXX="callcatcher $CXX"
+LINK="callcatcher $CXX"
+LIBMGR="callcatcher $AR"
+export CC CXX LINK LIBMGR