fpc/compiler/systems
Nikolay Nikolov db980a5d18 + add the "-m wasm32" parameter to the linker, when linking for the WASI
target. No idea if it does anything, but is passed to the linker by the
  official WASI SDK, so it shouldn't hurt.
2022-07-14 20:29:41 +03:00
..
i_aix.pas
i_amiga.pas
i_amstradcpc.pas * z80-amstradcpc: fixed target naming mess, so -Tamstradcpc works now, also fixed the help text 2022-03-09 13:36:47 +01:00
i_android.pas
i_aros.pas
i_atari.pas * m68k-atari: make vasm the default assembler. also don't claim we have an internal linker 2022-01-25 23:50:07 +01:00
i_beos.pas
i_bsd.pas + FreeBSD/AArch64 support (patch by Mikaël Urankar, mantis #38441) 2021-04-10 07:57:28 +00:00
i_darwin.pas * allow 32 byte alignment of constants and variables on aarch64-darwin 2022-05-01 10:55:48 +02:00
i_embed.pas * nicer casing 2022-04-16 21:40:33 +02:00
i_emx.pas - obsolete defines removed 2021-04-11 18:18:30 +00:00
i_freertos.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_jvm.pas
i_linux.pas * do not use Dwarf-4 yet as it is too little tested and has no benefits 2022-06-18 21:02:01 +02:00
i_macos.pas
i_morph.pas
i_msdos.pas
i_msxdos.pas * z80-msxdos: cleaned up some msdos leftovers in i_msxdos. no functional changes. 2022-03-05 17:13:17 +01:00
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas
i_os2.pas - forgotten file, obsolete define removed, belongs to last commit 2021-04-11 18:25:40 +00:00
i_palmos.pas
i_sinclairql.pas * m68k-sinclairql: fix the inclusion of the target proper 2022-01-25 12:04:49 +01:00
i_sunos.pas
i_symbian.pas
i_wasi.pas - removed spurious comment 2022-02-16 02:25:32 +02:00
i_watcom.pas
i_wdosx.pas
i_wii.pas
i_win16.pas
i_win.pas * set max. variable and constant alignment for win32 and win64 to 64 byte boundaries 2022-05-11 20:58:38 +02:00
i_zxspectrum.pas
mac_crea.txt
t_aix.pas
t_amiga.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_amstradcpc.pas * z80-amstradcpc: add some initial files for the target (mostly just the clone of ZX Spectrum files for now) 2022-03-06 22:02:27 +01:00
t_android.pas * patch by Alfred to use new linker names for Android NDK >=22, resolves #38987 2021-06-12 20:45:15 +00:00
t_aros.pas
t_atari.pas * m68k-atari: override the exeext globally, not just at the final step of the linking. this fixes 'Linking <exename>.ttp' messages, when in fact <exename>.prg gets generated 2022-02-14 15:33:36 +01:00
t_beos.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_bsd.pas * set freebsd to ld.bfd 2022-06-11 17:59:33 +02:00
t_darwin.pas LLVM address sanitizer: add asan library and rpath on Darwin 2022-07-10 22:28:30 +02:00
t_embed.pas + avr-embedded: keep fpc.* sections, should resolve #39825 2022-07-09 22:04:10 +02:00
t_emx.pas
t_freertos.pas * the stack pointer on Risc-V points always at the last used position, resolves #39739 2022-05-28 20:10:49 +02:00
t_gba.pas
t_go32v2.pas
t_haiku.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_jvm.pas
t_linux.pas * Always generate CFI-information. During linking it can be omitted when 2022-07-10 12:24:18 +02:00
t_macos.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_morph.pas * powerpc-morphos: add support for linker map file generation, some code cleanups 2022-02-21 11:35:24 +01:00
t_msdos.pas
t_msxdos.pas Add fForceUseForwardSlash to TLinkRes class, used for vlink linker on hosts using backslashes 2021-04-17 22:17:46 +00:00
t_nativent.pas
t_nds.pas * NDS: fix condition when to default to apptype arm9 2021-04-23 14:05:21 +00:00
t_nwl.pas
t_nwm.pas
t_os2.pas
t_palmos.pas
t_sinclairql.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_sunos.pas Change declaration of DynLinkStr local variable of MakeExecutable method to ansitring to avoid short string overflows 2021-11-28 23:57:09 +00:00
t_symbian.pas
t_wasi.pas + add the "-m wasm32" parameter to the linker, when linking for the WASI 2022-07-14 20:29:41 +03:00
t_watcom.pas
t_wdosx.pas
t_wii.pas
t_win16.pas
t_win.pas
t_zxspectrum.pas + emit an error message if the ihxutil is not found when compiling an ZX Spectrum executable with the internal linker 2022-02-13 02:54:40 +02:00