From 210fba36dfa77d8c497b95098be37678acbcd3fa Mon Sep 17 00:00:00 2001 From: Oliver Bock <oliver.bock@aei.mpg.de> Date: Wed, 14 Jan 2009 11:16:52 +0100 Subject: [PATCH] Replaced hardcoded gcc version with info message (due to public release, linux build only) --- build.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 4ab9d50..1751fa3 100755 --- a/build.sh +++ b/build.sh @@ -462,8 +462,7 @@ build_starsphere() build_linux() { - export CC=/usr/local/gcc-4.0.3/bin/gcc-4.0.3 - export CXX=/usr/local/gcc-4.0.3/bin/g++-4.0.3 + echo "Important for an official build: let CC and CXX point to gcc/g++ 4.0.3!" build_generic || failure build_starsphere || failure -- GitLab