summaryrefslogtreecommitdiff
path: root/compiler/m68k/ag68kgas.pas
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/m68k/ag68kgas.pas')
-rw-r--r--compiler/m68k/ag68kgas.pas2
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/m68k/ag68kgas.pas b/compiler/m68k/ag68kgas.pas
index e5d783e99d..845e8833cf 100644
--- a/compiler/m68k/ag68kgas.pas
+++ b/compiler/m68k/ag68kgas.pas
@@ -355,6 +355,7 @@ interface
supported_targets : [system_m68k_macos,system_m68k_linux,system_m68k_PalmOS,system_m68k_netbsd,system_m68k_embedded];
flags : [af_needar,af_smartlink_sections];
labelprefix : '.L';
+ labelmaxlen : -1;
comment : '# ';
dollarsign: '$';
);
@@ -368,6 +369,7 @@ interface
supported_targets : [system_m68k_Amiga,system_m68k_Atari];
flags : [af_needar];
labelprefix : '.L';
+ labelmaxlen : -1;
comment : '# ';
dollarsign: '$';
);