mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-15 20:29:17 +02:00
+ avoidin .sections in the generated asm file for m68k-amiga,
and m68k-linux, to fix old GNU AS. hope this change doesn't break the new one... (did i mention that GNU binutils suck?) git-svn-id: trunk@5545 -
This commit is contained in:
parent
d6844efccc
commit
8c4f672954
@ -328,7 +328,9 @@ implementation
|
|||||||
AsmLn;
|
AsmLn;
|
||||||
case target_info.system of
|
case target_info.system of
|
||||||
system_i386_OS2,
|
system_i386_OS2,
|
||||||
system_i386_EMX: ;
|
system_i386_EMX,
|
||||||
|
system_m68k_amiga, { amiga has old GNU AS (2.14), which blews up from .section (KB) }
|
||||||
|
system_m68k_linux: ;
|
||||||
system_powerpc_darwin,
|
system_powerpc_darwin,
|
||||||
system_i386_darwin:
|
system_i386_darwin:
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user