mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 13:45:58 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() library. This resolves a problem with parallel building of a i8086 cross compiler, due to a race condition in wlib, when running several instances of wlib in the same directory. The problem is in the way wlib creates a temp file in the current directory using non-atomic operations and with a high probability of a name collision. Using separate input and output files avoids this temp file creation by wlib. git-svn-id: trunk@30277 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |