summaryrefslogtreecommitdiff
path: root/BUILD/build_mccge.sh
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-03 13:09:35 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-03 13:09:35 +0100
commit4a4d4e09a8dfac375080a6d477c6e59aa72a8fbd (patch)
tree802c52da6d9993522dc910d83c5ba37369f3aabc /BUILD/build_mccge.sh
parentde4116a1c4498c88bcaca54702a3ca02d15adcab (diff)
downloadmariadb-git-4a4d4e09a8dfac375080a6d477c6e59aa72a8fbd.tar.gz
Fixed bug in check-cpu script for SPARC and Solaris
Changed defaults on Solaris and Forte to be CC and cc instead of cc-5.0
Diffstat (limited to 'BUILD/build_mccge.sh')
-rwxr-xr-xBUILD/build_mccge.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/BUILD/build_mccge.sh b/BUILD/build_mccge.sh
index e1f58a055c9..f7c56cfa22b 100755
--- a/BUILD/build_mccge.sh
+++ b/BUILD/build_mccge.sh
@@ -1202,10 +1202,10 @@ set_cc_and_cxx_for_icc()
set_cc_and_cxx_for_forte()
{
if test "x$CC" = "x" ; then
- CC="cc-5.0"
+ CC="cc"
fi
if test "x$CXX" = "x" ; then
- CXX="cc-5.0"
+ CXX="CC"
fi
}