summaryrefslogtreecommitdiff
path: root/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 /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 'Makefile.fpc')
-rw-r--r--Makefile.fpc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.fpc b/Makefile.fpc
index 8341137039..9050bb18e8 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -220,7 +220,7 @@ INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
BuildOnlyBaseCPUs=jvm
ifneq ($(wildcard utils),)
-NOUTILSTARGETS=embedded gba nds msdos win16 macos $(BuildOnlyBaseCPUs) freertos
+NOUTILSTARGETS=embedded gba nds msdos win16 macosclassic $(BuildOnlyBaseCPUs) freertos
ifeq ($(findstring $(OS_TARGET),$(NOUTILSTARGETS)),)
ifdef BUILDFULLNATIVE
UTILS=1