mirror of
https://frontier.innolan.net/github/amigaos-cross-toolchain6.git
synced 2024-10-19 10:29:55 +00:00
Remove dependency on gcc 3.4.
This commit is contained in:
+4
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user