diff --git a/build.sh b/build.sh
index 4ab9d50ba058a588ad47f20fb2540b0fd9b87670..1751fa36fca3c95f1cd6262cc9fa99c64b04023d 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