Skip to content
Snippets Groups Projects
Commit 210fba36 authored by Oliver Bock's avatar Oliver Bock
Browse files

Replaced hardcoded gcc version with info message (due to public release, linux build only)

parent 1f9a0aeb
No related branches found
No related tags found
No related merge requests found
...@@ -462,8 +462,7 @@ build_starsphere() ...@@ -462,8 +462,7 @@ build_starsphere()
build_linux() build_linux()
{ {
export CC=/usr/local/gcc-4.0.3/bin/gcc-4.0.3 echo "Important for an official build: let CC and CXX point to gcc/g++ 4.0.3!"
export CXX=/usr/local/gcc-4.0.3/bin/g++-4.0.3
build_generic || failure build_generic || failure
build_starsphere || failure build_starsphere || failure
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment