Restoring the gcc 4.6 builder. No need to change it.
This commit is contained in:
parent
4c8bca317b
commit
164a84f8f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user