cc-wrapper: Set CC/CXX more specifically if possible

This commit is contained in:
Shea Levy
2015-01-16 10:50:53 -05:00
parent f272730399
commit 7dc57a389e
2 changed files with 8 additions and 2 deletions
+2 -2
View File
@@ -34,5 +34,5 @@ if [ -n "@coreutils@" ]; then
addToSearchPath PATH @coreutils@/bin
fi
export CC=cc
export CXX=c++
export CC=@real_cc@
export CXX=@real_cxx@