summaryrefslogtreecommitdiff
path: root/utils/fpcmkcfg/fpc.cft
diff options
context:
space:
mode:
Diffstat (limited to 'utils/fpcmkcfg/fpc.cft')
-rw-r--r--utils/fpcmkcfg/fpc.cft8
1 files changed, 3 insertions, 5 deletions
diff --git a/utils/fpcmkcfg/fpc.cft b/utils/fpcmkcfg/fpc.cft
index 58c8a22155..19b9559a10 100644
--- a/utils/fpcmkcfg/fpc.cft
+++ b/utils/fpcmkcfg/fpc.cft
@@ -38,8 +38,6 @@
#ifdef darwin
# use pipes instead of temporary files for assembling
-ap
-# path to Xcode 4.3+ utilities (no problem if it doesn't exist)
--FD/Applications/Xcode.app/Contents/Developer/usr/bin
#endif
# ----------------
@@ -169,6 +167,9 @@
# searchpath for fppkg user-specific packages
-Fu%localbasepath%/units/$FPCTARGET/*
+# searchpath for tools
+-FD%basepath%/bin/$FPCTARGET
+
# path to the gcclib
%gcclibpath%
@@ -177,9 +178,6 @@
#-Fl/lib;/usr/lib
-Fl%basepath%/lib/$FPCTARGET
-# searchpath for tools
--FD%basepath%/bin/$FPCTARGET
-
%NEEDCROSSBINUTILSIFDEF%
# never need cross-prefix when targeting the JVM