gcc-wrapper is used for clang too

This commit is contained in:
Shea Levy 2014-12-28 19:24:09 -05:00
parent d7798d1b8b
commit 3e1fdb7a35

@ -34,5 +34,5 @@ if [ -n "@coreutils@" ]; then
addToSearchPath PATH @coreutils@/bin
fi
export CC=gcc
export CXX=g++
export CC=cc
export CXX=c++