From 74581a07af6c9a77e12f3ecf36b8296721ac68fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Mon, 18 Aug 2014 11:25:55 +0000 Subject: [PATCH] AROS: assembler fixes git-svn-id: trunk@28439 - --- compiler/i386/cpuelf.pas | 2 +- compiler/x86/agx86att.pas | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/i386/cpuelf.pas b/compiler/i386/cpuelf.pas index f61e83f05a..fd171e3ed0 100644 --- a/compiler/i386/cpuelf.pas +++ b/compiler/i386/cpuelf.pas @@ -509,7 +509,7 @@ implementation system_i386_openbsd,system_i386_netbsd, system_i386_Netware,system_i386_netwlibc, system_i386_solaris,system_i386_embedded, - system_i386_android]; + system_i386_android,system_i386_aros]; flags : [af_outputbinary,af_smartlink_sections,af_supports_dwarf]; labelprefix : '.L'; comment : ''; diff --git a/compiler/x86/agx86att.pas b/compiler/x86/agx86att.pas index 3c58323d9c..b0c7f50016 100644 --- a/compiler/x86/agx86att.pas +++ b/compiler/x86/agx86att.pas @@ -527,7 +527,7 @@ interface supported_targets : [system_i386_GO32V2,system_i386_linux,system_i386_Win32,system_i386_freebsd,system_i386_solaris,system_i386_beos, system_i386_netbsd,system_i386_Netware,system_i386_qnx,system_i386_wdosx,system_i386_openbsd, system_i386_netwlibc,system_i386_wince,system_i386_embedded,system_i386_symbian,system_i386_haiku,system_x86_6432_linux, - system_i386_nativent,system_i386_android]; + system_i386_nativent,system_i386_android,system_i386_aros]; flags : [af_needar,af_smartlink_sections,af_supports_dwarf]; labelprefix : '.L'; comment : '# ';