summaryrefslogtreecommitdiff
path: root/Makefile.fpc
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-09-06 21:28:37 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2016-09-06 21:28:37 +0000
commit7871c30a81b794a1b273d63c0493af70f9f34dd4 (patch)
tree22a0246f54ed5931d9289565962c5420ef2f8ee6 /Makefile.fpc
parent3eec381e5c4fe64b3c1f699817c5f49bbf6354f8 (diff)
downloadfpc-7871c30a81b794a1b273d63c0493af70f9f34dd4.tar.gz
- disabled the textmode IDE for Darwin again: I don't want to support it,
and for some reason comprsrc.pas even fails to compile when compiled via compunit git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@34441 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 cfc9305f2f..91ccb6a26b 100644
--- a/Makefile.fpc
+++ b/Makefile.fpc
@@ -192,7 +192,7 @@ BUILDOPTS=FPC=$(PPNEW) FPCFPMAKE=$(FPCFPMAKENEW) RELEASE=1 'OPT=$(OPTNEW)'
INSTALLOPTS=FPC=$(PPNEW) ZIPDESTDIR=$(BASEDIR) FPCMAKE=$(FPCMAKENEW)
# This list should be the same as in fpcbuild/Makefile.fpc and in ide/Makefile.fpc
-GDBMI_DEFAULT_OS_LIST=aix darwin freebsd haiku linux netbsd openbsd solaris win32 win64
+GDBMI_DEFAULT_OS_LIST=aix freebsd haiku linux netbsd openbsd solaris win32 win64
# Determine if we should use GDBMI for Text Mode IDE compilation
ifndef NOGDBMI
ifneq ($(findstring $(OS_TARGET),$(GDBMI_DEFAULT_OS_LIST)),)