fpc/compiler/systems
Jonas Maebe eb2cccffda + -WM<X> and -WP<x> command line parameters to specify the minimally required
Mac OS X/iOS version for the compiler code
   o such a parameter is not passed, extract the information from the
     environment variables MACOSX_DEPLOYMENT_TARGET/IPHONEOS_DEPLOYMENT_TARGET,
     like gcc
   o if neither the parameter nor the environment variable is used, use preset
     default values
   o pass on this version setting on to the Darwin linker
   o use this setting to determine which version of the startup code (crt1.o
     etc) to use, if any (based on information gathered from the GCC sources)
   o define a symbol called MAC_OS_X_VERSION_MIN_REQUIRED/
     IPHONE_OS_VERSION_MIN_REQUIRED based on this parameter
   o for usage information, see
     http://wiki.freepascal.org/FPC_New_Features_Trunk#Support_for_specifying_and_querying_the_deployment_version

git-svn-id: trunk@20503 -
2012-03-10 19:31:57 +00:00
..
i_amiga.pas
i_atari.pas
i_beos.pas
i_bsd.pas i386 NetBSD uses GOT for position independent code 2012-02-15 13:08:49 +00:00
i_embed.pas * use dwarf2 on avr-embedded by default because stabs is difficult due to name mangling issues 2011-09-04 19:37:26 +00:00
i_emx.pas
i_gba.pas
i_go32v2.pas
i_haiku.pas
i_linux.pas * started to fix the mips(el) linux rtl 2012-02-04 21:25:53 +00:00
i_macos.pas
i_morph.pas
i_nativent.pas
i_nds.pas
i_nwl.pas
i_nwm.pas internal linker support for creating novell netware loadable modules 2011-03-27 14:47:25 +00:00
i_os2.pas
i_palmos.pas
i_sunos.pas
i_symbian.pas
i_watcom.pas
i_wdosx.pas
i_wii.pas * Fixed stacksize for Wii 2011-02-27 19:27:12 +00:00
i_win.pas Replace cat $RESby $CATRES and call CatFileContent method 2011-11-18 21:33:24 +00:00
mac_crea.txt
t_amiga.pas
t_atari.pas
t_beos.pas * Add missing CATRES substitution and remove blank lines in link.res 2011-11-22 11:15:23 +00:00
t_bsd.pas + -WM<X> and -WP<x> command line parameters to specify the minimally required 2012-03-10 19:31:57 +00:00
t_embed.pas + patch by Jeppe Johansen to support the SC32442B 2012-01-14 21:39:32 +00:00
t_emx.pas + add previously missing support for link map generation for OS2 and EMX targets 2012-01-23 21:29:00 +00:00
t_gba.pas
t_go32v2.pas * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00
t_haiku.pas * Add missing CATRES substitution and remove blank lines in link.res 2011-11-22 11:15:23 +00:00
t_linux.pas Fix shared library loading and unloading for Linux platforms. Shared library initialization and finalization are now called correctly at program startup for compile-time linked dynamic libraries on powerpc-/powerpc64-/arm-/i386- and x86_64-linux. 2011-09-08 21:17:35 +00:00
t_macos.pas
t_morph.pas
t_nativent.pas
t_nds.pas * Updated nds to devkitARM r33 2011-06-27 12:22:46 +00:00
t_nwl.pas FindUtil was called in SetDefaultInfo and in MakeExecutable. 2011-02-06 16:25:18 +00:00
t_nwm.pas + Use DLL name in assembler labels used to import DLL functions/variables 2011-06-23 11:38:57 +00:00
t_os2.pas + add previously missing support for link map generation for OS2 and EMX targets 2012-01-23 21:29:00 +00:00
t_palmos.pas
t_sunos.pas
t_symbian.pas
t_watcom.pas
t_wdosx.pas
t_wii.pas * Fixed stacksize for Wii 2011-02-27 19:27:12 +00:00
t_win.pas * patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346 2011-09-27 20:22:40 +00:00