fpc/compiler/systems
yury f8af2cd49e * Set android-i368 stack alignment to 16.
git-svn-id: branches/targetandroid@23475 -
2013-01-21 11:51:09 +00:00
..
i_aix.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_amiga.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_android.pas * Set android-i368 stack alignment to 16. 2013-01-21 11:51:09 +00:00
i_atari.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_beos.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_bsd.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_embed.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_emx.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_gba.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_go32v2.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_haiku.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_jvm.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_linux.pas * enable section smartlinking for powerpc-linux to reduce compilation 2013-01-03 23:04:29 +00:00
i_macos.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_morph.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_nativent.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_nds.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_nwl.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_nwm.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_os2.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_palmos.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_sunos.pas Add tf_pic_uses_got for sparc linux and sparc solaris 2012-09-27 15:54:21 +00:00
i_symbian.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_watcom.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_wdosx.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_wii.pas + describe for each supported target the default guaranteed stack alignment 2012-09-02 14:32:12 +00:00
i_win.pas Use dwarf2 as default debug format for Win64 target OS 2012-11-29 14:20:13 +00:00
mac_crea.txt
t_aix.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_amiga.pas Add DynLinkStr support 2012-12-18 15:08:59 +00:00
t_android.pas * Removed -z relro linker option, since it causes problems. 2013-01-21 11:45:29 +00:00
t_atari.pas
t_beos.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_bsd.pas * Enable use of amd64 ld GNU linker for i386 by adding target and emul command line args for freebsd 2013-01-01 23:00:02 +00:00
t_embed.pas Added all STM32F1 configurations 2012-10-09 06:58:58 +00:00
t_emx.pas * fix for missing space in emxbind parameters for resource files linking 2012-10-26 20:52:53 +00:00
t_gba.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_go32v2.pas * Renamed a method for consistency (let script building methods start with ScriptAdd). 2012-07-07 22:49:05 +00:00
t_haiku.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_jvm.pas
t_linux.pas + Support dynamic copy relocations. 2013-01-13 17:44:14 +00:00
t_macos.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_morph.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_nativent.pas
t_nds.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_nwl.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_nwm.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_os2.pas * fix for missing space in emxbind parameters for resource files linking 2012-10-26 20:52:11 +00:00
t_palmos.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_sunos.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_symbian.pas
t_watcom.pas * GNU ld only supports double quotes in its response file -> requote there 2012-05-03 12:41:16 +00:00
t_wdosx.pas * replaced most (if not all) remaining fields/parameters in the compiler 2012-04-29 17:36:23 +00:00
t_wii.pas * always surround ld link.res SEARCH_DIR() arguments with double quotes, 2012-05-20 13:30:51 +00:00
t_win.pas + Support smart-linked .rdata section with external linker for Windows targets after r23025. 2012-12-01 15:04:23 +00:00