summaryrefslogtreecommitdiff
path: root/compiler/Makefile.fpc
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/Makefile.fpc
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/Makefile.fpc')
-rw-r--r--compiler/Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/Makefile.fpc b/compiler/Makefile.fpc
index 3690ee17c0..c89f97c711 100644
--- a/compiler/Makefile.fpc
+++ b/compiler/Makefile.fpc
@@ -400,7 +400,7 @@ endif
ifeq ($(OS_TARGET),win16)
NoNativeBinaries=1
endif
-ifeq ($(OS_TARGET),macos)
+ifeq ($(OS_TARGET),macosclassic)
NoNativeBinaries=1
endif
ifeq ($(OS_TARGET),freertos)