summaryrefslogtreecommitdiff
path: root/compiler/dbgstabs.pas
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-07-10 21:52:24 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-07-10 21:52:24 +0000
commitf0238754f17ffc8c376919446903c836751c70ac (patch)
tree07ce21ee20879e99c8992d4e92c7acab1608ef08 /compiler/dbgstabs.pas
parentf788cd2d5ba944ec2302fa2d97488b65e78352e6 (diff)
downloadfpc-f0238754f17ffc8c376919446903c836751c70ac.tar.gz
* rename the ARM/AArch64-Darwin targets to ARM/AArch64-iOS
* rename the m68k/PowerPC-MacOS targets to m68k/PowerPC-MacOSClassic * repurpose the AArch64/Darwin target for AArch64/macOS o make AArch64-Darwin default target for a hosted AArch64-Darwin compiler git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@45758 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/dbgstabs.pas')
-rw-r--r--compiler/dbgstabs.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/dbgstabs.pas b/compiler/dbgstabs.pas
index 448cc3f7b4..76158d729b 100644
--- a/compiler/dbgstabs.pas
+++ b/compiler/dbgstabs.pas
@@ -1862,7 +1862,7 @@ implementation
dbgtable : tai_symbol;
begin
{ Reference all DEBUGINFO sections from the main .fpc section }
- if (target_info.system in ([system_powerpc_macos]+systems_darwin)) then
+ if (target_info.system in ([system_powerpc_macosclassic]+systems_darwin)) then
exit;
new_section(list,sec_fpc,'links',0);
{ make sure the debuginfo doesn't get stripped out }