Remove dependency on gcc 3.4.

This commit is contained in:
Krystian Bacławski
2012-02-17 19:19:19 -08:00
parent 8c943d98fa
commit fcf98c9738
4 changed files with 89 additions and 3 deletions
+4 -1
View File
@@ -260,7 +260,10 @@ function build_ixemul {
}
function build {
export CC="gcc-3.4"
# Strangely enough - this trick is needed in order to make m68k-amigaos-ar
# not to crash during libgcc compilation. It's difficult to say what exactly
# is affected by this change. Nevertheless, build succeeds under gcc 4.4.3.
export CC="gcc"
prepare_target
unpack_sources