The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
pierre 399552d350 Refactor setting of NoNativeBinaries:
Added NO_NATIVE_COMPILER_CPU_LIST and NO_NATIVE_COMPILER_OS_LIST
  Set NoNativeBinaries if target CPU is different from source CPU 
  and target CPU is in NO_NATIVE_COMPILER_CPU_LIST.
  Set NoNativeBinaries if target OS is different from source OS 
  and target CPU is in NO_NATIVE_COMPILER_CPU_LIST.
  Add FORCE_NATIVE_BINARIES variable to be able to overrule
  default behavior of NoNativeBinaries=1

git-svn-id: trunk@47043 -
2020-10-03 15:27:57 +00:00
compiler Refactor setting of NoNativeBinaries: 2020-10-03 15:27:57 +00:00
installer Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
packages fcl-json: fixed writing boolean lowercase, as expected by reader 2020-10-03 13:42:43 +00:00
rtl * make framecount and framebufsize dependent on the pointer size 2020-10-01 20:33:03 +00:00
tests + support all XSAVE instructions, resolves #37864 2020-10-03 14:51:31 +00:00
utils Various Watcom changes to enable compilation of packages and utils 2020-09-30 15:38:39 +00:00
.gitattributes Fix compilation for watcom RTL 2020-09-30 12:20:26 +00:00
.gitignore Add missing svn:ignore in some directories 2020-09-24 10:14:42 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp
Makefile Regenerated all Makefile's 2020-08-04 10:19:49 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00