2
0
Эх сурвалжийг харах

Obsolete system_i386_qnx and remove last references to system_i386_qnx

git-svn-id: trunk@36860 -
pierre 8 жил өмнө
parent
commit
90e846a470

+ 1 - 1
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 }

+ 3 - 3
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];