fpc/compiler/systems
Jonas Maebe a28917086b * updated *crt1* linking logic for OS X 10.8+:
o don't link by default
   o when generating profiling info, link gcrt1.o and specify "-no_new_main"
     linker parameter
  * don't use version-specific crt1.o files when targetting the
    iPhoneSimulator platform
  * don't link a crt1.o file when targetting iOS 6 or later
  (all info from
   http://llvm.org/svn/llvm-project/cfe/trunk/lib/Driver/Tools.cpp )

git-svn-id: trunk@25789 -
2013-10-14 21:38:38 +00:00
..
i_aix.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_amiga.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_android.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_atari.pas * restores atari support/rtl partially 2013-10-06 19:36:59 +00:00
i_beos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_bsd.pas + PIC support for Darwin/ARM: 2013-08-22 08:14:24 +00:00
i_embed.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_emx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_gba.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_go32v2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_haiku.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_jvm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_linux.pas + basic support for pic on arm-linux 2013-08-19 21:35:37 +00:00
i_macos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_morph.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_msdos.pas * the staticlibext for i8086-msdos changed from .lib to .a; rationale: 2013-10-05 10:01:59 +00:00
i_nativent.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nds.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nwl.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_nwm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_os2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_palmos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_sunos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_symbian.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_watcom.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_wdosx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_wii.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
i_win.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
mac_crea.txt
t_aix.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_amiga.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_android.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_atari.pas
t_beos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_bsd.pas * updated *crt1* linking logic for OS X 10.8+: 2013-10-14 21:38:38 +00:00
t_embed.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_emx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_gba.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_go32v2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_haiku.pas * fix compatibility with new Package Management system under Haiku 2013-09-25 20:57:41 +00:00
t_jvm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_linux.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_macos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_morph.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_msdos.pas * use apptype to indicate that the target is a DOS .COM file, instead of introducing a new field in tsettings (as suggested by Sven) 2013-09-24 12:13:47 +00:00
t_nativent.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nds.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nwl.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_nwm.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_os2.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_palmos.pas
t_sunos.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_symbian.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_watcom.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_wdosx.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_wii.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00
t_win.pas * Changed linking infrastructure to look like assembler one: 2013-08-18 12:01:21 +00:00