From 90e846a4709dfa467a763c7f697db7b7fb11b7be Mon Sep 17 00:00:00 2001 From: pierre Date: Tue, 8 Aug 2017 18:00:02 +0000 Subject: [PATCH] Obsolete system_i386_qnx and remove last references to system_i386_qnx git-svn-id: trunk@36860 - --- compiler/systems.inc | 2 +- compiler/x86/agx86att.pas | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/compiler/systems.inc b/compiler/systems.inc index be9e2d3ba8..930c22cfa8 100644 --- a/compiler/systems.inc +++ b/compiler/systems.inc @@ -104,7 +104,7 @@ system_i386_netbsd, { 17 } system_m68k_netbsd, { 18 } system_i386_Netware, { 19 } - system_i386_qnx, { 20 } + obsolete_system_i386_qnx, { 20 } system_i386_wdosx, { 21 } system_sparc_solaris, { 22 } system_sparc_linux, { 23 } diff --git a/compiler/x86/agx86att.pas b/compiler/x86/agx86att.pas index 4a3f3467bb..728d534aee 100644 --- a/compiler/x86/agx86att.pas +++ b/compiler/x86/agx86att.pas @@ -475,7 +475,7 @@ interface asmbin : 'as'; asmcmd : '--32 -o $OBJ $BIGOBJ $EXTRAOPT $ASM'; 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_netbsd,system_i386_Netware,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_aros]; flags : [af_needar,af_smartlink_sections,af_supports_dwarf]; @@ -491,7 +491,7 @@ interface asmbin : 'yasm'; asmcmd : '-a x86 -p gas -f $FORMAT -o $OBJ $EXTRAOPT $ASM'; 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_netbsd,system_i386_Netware,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]; flags : [af_needar,af_smartlink_sections,af_supports_dwarf]; @@ -548,7 +548,7 @@ interface asmbin : 'gas'; asmcmd : '--32 -o $OBJ $EXTRAOPT $ASM'; 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_netbsd,system_i386_Netware,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_android]; flags : [af_needar,af_smartlink_sections,af_supports_dwarf];