From 7301ef77885e2f43b509ea48ad0265dd44865d6b Mon Sep 17 00:00:00 2001 From: karoly Date: Thu, 29 Apr 2021 22:21:36 +0000 Subject: m68k-sinclairql: apply the same hack as for amiga and atari to avoid vlink section attribute warning git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@49295 3ad0048d-3df7-0310-abae-a5850022a9f2 --- compiler/aggas.pas | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/aggas.pas b/compiler/aggas.pas index 39f29a7d59..9b7b048ab5 100644 --- a/compiler/aggas.pas +++ b/compiler/aggas.pas @@ -513,7 +513,8 @@ implementation system_i386_OS2, system_i386_EMX: ; system_m68k_atari, { atari tos/mint GNU AS also doesn't seem to like .section (KB) } - system_m68k_amiga: { amiga has old GNU AS (2.14), which blews up from .section (KB) } + system_m68k_amiga, { amiga has old GNU AS (2.14), which blews up from .section (KB) } + system_m68k_sinclairql: { same story, only ancient GNU tools available (KB) } begin { ... but vasm is GAS compatible on amiga/atari, and supports named sections } if create_smartlink_sections then -- cgit v1.2.1