Restoring the gcc 4.6 builder. No need to change it.

This commit is contained in:
Lluís Batlle i Rossell 2012-12-23 20:11:33 +01:00
parent 4c8bca317b
commit 164a84f8f4

View file

@ -244,12 +244,12 @@ postInstall() {
}
#if test -z "$targetConfig" && test -z "$crossConfig"; then
# if test -z "$profiledCompiler"; then
# buildFlags="bootstrap $buildFlags"
# else
# buildFlags="profiledbootstrap $buildFlags"
# fi
#fi
if test -z "$targetConfig" && test -z "$crossConfig"; then
if test -z "$profiledCompiler"; then
buildFlags="bootstrap $buildFlags"
else
buildFlags="profiledbootstrap $buildFlags"
fi
fi
genericBuild