The sources of the Free Pascal compiler, RTL, packages and utilities. See https://www.freepascal.org/ for more info.
Go to file
Jonas Maebe eb7ba1690e * mark all external assemblers using an LLVM tool using af_llvm
+ added support for constructing target triplets
  * pass "-target triplet" when using an LLVM assembler
   o removed no longer needed $DARWINVERSION and $ARCH parameters
  * consistently use as_clang_gas when clang is used to assembler GAS-style
    assembly, and rename as_llcm_clang to as_clang_llvm (for consistency)
  * support pipe assembling when using clang on *nix in all cases

git-svn-id: trunk@45807 -
2020-07-19 14:30:35 +00:00
compiler * mark all external assemblers using an LLVM tool using af_llvm 2020-07-19 14:30:35 +00:00
installer * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
packages * Fix bug ID #37368: incorrect chaining of loading versions >1.2 2020-07-16 07:48:25 +00:00
rtl * Add TerminatedSet (delphi compatibility, bug ID #37388) 2020-07-18 22:35:36 +00:00
tests * moved ios test object files to ios directory 2020-07-18 13:44:03 +00:00
utils * set GCCLibPath for all architectures on linux as proposed in #37158, resolves #37158 2020-07-15 20:43:08 +00:00
.gitattributes * mark all external assemblers using an LLVM tool using af_llvm 2020-07-19 14:30:35 +00:00
.gitignore * made the ide a package, so it can be build in parallel with the other packages, reasons: 2018-01-06 20:22:30 +00:00
fpmake_add1.inc
fpmake_proc1.inc
fpmake.pp * FPMake-option NoIDE added 2020-02-11 19:31:35 +00:00
Makefile * regenerated Makefiles again 2020-07-11 09:51:28 +00:00
Makefile.fpc * rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS 2020-07-10 21:52:24 +00:00