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 "$targetConfig" && test -z "$crossConfig"; then
|
||||||
# if test -z "$profiledCompiler"; then
|
if test -z "$profiledCompiler"; then
|
||||||
# buildFlags="bootstrap $buildFlags"
|
buildFlags="bootstrap $buildFlags"
|
||||||
# else
|
else
|
||||||
# buildFlags="profiledbootstrap $buildFlags"
|
buildFlags="profiledbootstrap $buildFlags"
|
||||||
# fi
|
fi
|
||||||
#fi
|
fi
|
||||||
|
|
||||||
genericBuild
|
genericBuild
|
||||||
|
Loading…
x
Reference in New Issue
Block a user