mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 09:09:41 +01:00
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 -
|
||
|---|---|---|
| .. | ||
| aasmcpu.pas | ||
| agarmgas.pas | ||
| aoptcpu.pas | ||
| aoptcpub.pas | ||
| aoptcpuc.pas | ||
| aoptcpud.pas | ||
| armatt.inc | ||
| armatts.inc | ||
| armins.dat | ||
| armnop.inc | ||
| armop.inc | ||
| armreg.dat | ||
| armtab.inc | ||
| cgcpu.pas | ||
| cpubase.pas | ||
| cpuelf.pas | ||
| cpuinfo.pas | ||
| cpunode.pas | ||
| cpupara.pas | ||
| cpupi.pas | ||
| cputarg.pas | ||
| hlcgcpu.pas | ||
| itcpugas.pas | ||
| narmadd.pas | ||
| narmcal.pas | ||
| narmcnv.pas | ||
| narmcon.pas | ||
| narminl.pas | ||
| narmmat.pas | ||
| narmmem.pas | ||
| narmset.pas | ||
| pp.lpi.template | ||
| raarm.pas | ||
| raarmgas.pas | ||
| rarmcon.inc | ||
| rarmdwa.inc | ||
| rarmnor.inc | ||
| rarmnum.inc | ||
| rarmrni.inc | ||
| rarmsri.inc | ||
| rarmsta.inc | ||
| rarmstd.inc | ||
| rarmsup.inc | ||
| rgcpu.pas | ||
| symcpu.pas | ||