mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-17 22:19:31 +02:00
The sources of the Free Pascal compiler, RTL, packages and utilities.
See https://www.freepascal.org/ for more info.
![]() for all non-ppc(32/64) Darwin platforms o pass the macosx-version-min/iphoneos-version-min to clang as an assembler, so that it properly sets this information starting with Xcode 7 (solves errors when targeting the iOS simulator, and warnings about object files being compiled for a different OS X version when targeting (Mac) OS X) o the old assembler is still selectable via -Aas-darwin (required with Xcode 3.1.x and older) o since the first Xcode version that shipped with Clang is Xcode 3.2, which is available for Mac OS X 10.6, most users should not encounter any issues with the new default (in fact, it fixes some tests for x86 because Clang supports some instructions that "as" doesn't). Clang does not support Stabs however, so -gs does require the use of -Aas-darwin git-svn-id: trunk@31830 - |
||
---|---|---|
compiler | ||
ide | ||
installer | ||
packages | ||
rtl | ||
tests | ||
utils | ||
.gitattributes | ||
.gitignore | ||
fpmake_add1.inc | ||
fpmake_proc1.inc | ||
fpmake.pp | ||
Makefile | ||
Makefile.fpc |