The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe 481b3d99a9 * just like Darwin and Classic Mac OS, AIX uses the system crt* files and
hence contains a dummy "main" that refers to the system unit
    FPC_SYSTEMMAIN, which in turn jumps to the main program's PASCALMAIN
  * we call FPC_SYSTEMMAIN instead of jumping to it like on Darwin, so that
    the TOC gets set correctly

git-svn-id: trunk@20792 -
2012-04-11 18:00:43 +00:00
compiler * just like Darwin and Classic Mac OS, AIX uses the system crt* files and 2012-04-11 18:00:43 +00:00
ide Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
installer Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
packages + aix support in fpcmake and fpmake 2012-04-11 17:59:59 +00:00
rtl * link libbsd for AIX, because several UNIX routines are part of its BSD 2012-04-11 18:00:08 +00:00
tests New OpenBSD-x86_64 C compiled objects 2012-04-08 17:47:48 +00:00
utils + aix support in fpcmake and fpmake 2012-04-11 17:59:59 +00:00
.gitattributes + AIX target definition and info for the compiler and ppudump 2012-04-11 18:00:29 +00:00
.gitignore
Makefile Add x86_64-openbsd target in Makefiles 2012-04-06 16:49:08 +00:00
Makefile.fpc