fpc/compiler/systems
2020-03-29 18:27:27 +00:00
..
i_aix.pas
i_amiga.pas
i_android.pas
i_aros.pas
i_atari.pas
i_beos.pas
i_bsd.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
i_darwin.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
i_embed.pas + Xtensa: initial implementation of tcgcpu.g_proc_entry 2020-03-25 21:17:04 +00:00
i_emx.pas
i_freertos.pas + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far 2020-03-29 17:13:45 +00:00
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_jvm.pas
i_linux.pas * armhf/armel aligns sections to 16 byte, so allow a maximum c alignment of 16 2020-02-01 22:31:12 +00:00
i_macos.pas
i_morph.pas morphos: in SDK 3.14, the binutils is finally upgraded to 2.32 (from 2.9.1), which makes section smartlinking working with binutils, and also has finally properly working stabs relocations for lineinfo, etc. so it's the default again both cross and native compilations 2019-10-26 22:24:00 +00:00
i_msdos.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
i_win.pas
mac_crea.txt
t_aix.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_amiga.pas
t_android.pas * android: Changed additions to the linker script to prevent misalignment of the .data section. It fixes crash when linking using recent versions of LD where the "relro" option is default. Issue #35641. 2020-01-19 20:31:54 +00:00
t_aros.pas
t_atari.pas Avoid warnings for m68k compiler 2019-11-05 10:00:48 +00:00
t_beos.pas * Removed lot of unused local vars. It is useful to turn on the notes in options. :) 2020-01-28 18:45:33 +00:00
t_bsd.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
t_darwin.pas * split i/t_darwin from i/t_bsd, as they don't have that much in common 2020-03-29 18:27:27 +00:00
t_embed.pas + Xtensa: basic operations for Xtensa implemented 2020-03-21 12:49:46 +00:00
t_emx.pas
t_freertos.pas + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far 2020-03-29 17:13:45 +00:00
t_gba.pas
t_go32v2.pas
t_haiku.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_jvm.pas
t_linux.pas * fix for Mantis #36706: only link a library against the dynamic loader if we're not linking against the C library anyway 2020-03-02 22:04:36 +00:00
t_macos.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_morph.pas
t_msdos.pas
t_nativent.pas
t_nds.pas
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sunos.pas * fixed opt-in sysroot substitution again, renamed the three-argument version 2019-10-26 13:48:30 +00:00
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas