Using gcc 4.4 from Debian 6 for Linux builds now.

This commit is contained in:
Scott Ehlert 2011-06-24 17:29:05 -05:00
parent be222a16ce
commit b1098d6287
2 changed files with 2 additions and 1 deletions

View File

@ -48,3 +48,4 @@ The Patty Winters show this morning was about how terrible sawce is, same as yes
IT'S CLOBBERIN' TIME IT'S CLOBBERIN' TIME
vc2005 supremecy vc2005 supremecy
clobbermonkey clobbermonkey
that thing

View File

@ -50,7 +50,7 @@ if ($reconf) {
$result = `CC=$ARGV[0] CXX=$ARGV[0] python3.1 ../build/configure.py --enable-optimize`; $result = `CC=$ARGV[0] CXX=$ARGV[0] python3.1 ../build/configure.py --enable-optimize`;
} else { } else {
if ($^O eq "linux") { if ($^O eq "linux") {
$result = `CC=gcc-4.1 CXX=gcc-4.1 python3.1 ../build/configure.py --enable-optimize`; $result = `CC=gcc-4.4 CXX=gcc-4.4 python3.1 ../build/configure.py --enable-optimize`;
} elsif ($^O eq "darwin") { } elsif ($^O eq "darwin") {
$result = `CC=gcc-4.2 CXX=gcc-4.2 python3.1 ../build/configure.py --enable-optimize`; $result = `CC=gcc-4.2 CXX=gcc-4.2 python3.1 ../build/configure.py --enable-optimize`;
} else { } else {