Commit Graph

22 Commits

Author SHA1 Message Date
florian
ce41aa9557 * remove duplicate entry, resolves #40359 2023-07-21 21:23:14 +02:00
Jonas Maebe
9857b840f3 * adapted configuration files when generating on macOS 10.14
- use new search path for binutils
   - custom library search path for i386
   - our configuration files do not support options depending on the host OS
     version, so this can only be done at installation time

git-svn-id: trunk@39844 -
2018-09-30 16:33:58 +00:00
florian
e13bbe7f2d * do not set -Xs if -dDEBUG is passed to the compiler as proposed by Thaddy de Koning in #32831
git-svn-id: trunk@37869 -
2017-12-29 17:43:32 +00:00
pierre
a8ef8c852d Put fpcsubarch-fpcmemorymodel directory search before general directories for i8086 CPU
git-svn-id: trunk@36278 -
2017-05-21 09:02:57 +00:00
Jonas Maebe
cd83bc35b6 * protect the -FM switch with "#ifndef VER2", to ensure that fpc.cfg can
be shared between FPC 2.x and FPC 3.x+

git-svn-id: trunk@31453 -
2015-08-29 15:54:25 +00:00
Jonas Maebe
e015643f5e * don't use cross-binutils prefix when targeting the JVM
git-svn-id: trunk@31372 -
2015-08-23 15:27:15 +00:00
nickysn
7cb38e1ce9 * removed the msdos binutils prefix, so that we can switch more easily to using a default watcom install (in case we decide we don't want to ship watcom binutils binaries due to license issues)
git-svn-id: trunk@29481 -
2015-01-16 13:37:10 +00:00
nickysn
aeb8c97257 + added i8086 unit paths, containing the subarch and memory model to the default fpc.cfg
git-svn-id: trunk@29434 -
2015-01-11 12:45:43 +00:00
nickysn
1f5fb65bcb + always enable smartlinking on i8086 in the default fpc.cfg
git-svn-id: trunk@29325 -
2014-12-25 18:09:53 +00:00
paul
9681212fea utils: put unicodepath to default fpc.cfg file
git-svn-id: trunk@26420 -
2014-01-11 08:40:55 +00:00
yury
b3862eb4b1 * Use standard Android NDK prefixes for binutils by default.
git-svn-id: trunk@23608 -
2013-02-13 17:35:55 +00:00
Jonas Maebe
aee5380ae0 * merged trunk up to r20882
o support for the new codepage-aware ansistrings in the jvm branch
   o empty ansistrings are now always represented by a nil pointer rather than
     by an empty string, because an empty string also has a code page which
     can confuse code (although this will make ansistrings harder to use
     in Java code)
   o more string helpers code shared between the general and jvm rtl
   o support for indexbyte/word in the jvm rtl (warning: first parameter
     is an open array rather than an untyped parameter there, so
     indexchar(pcharvar^,10,0) will be equivalent to
     indexchar[pcharvar^],10,0) there, which is different from what is
     intended; changing it to an untyped parameter wouldn't help though)
   o default() support is not yet complete
   o calling fpcres is currently broken due to limitations in
     sysutils.executeprocess() regarding handling unix quoting and
     the compiler using the same command lines for scripts and directly
     calling external programs
   o compiling the Java compiler currently requires adding ALLOW_WARNINGS=1
     to the make command line

git-svn-id: branches/jvmbackend@20887 -
2012-04-15 15:54:10 +00:00
Jonas Maebe
524a5683d5 * add /Applications/Xcode.app/Contents/Developer/usr/bin to the default
utilities search path on Darwin (which is where the Xcode 4.3+ utilties
    are located by default)

git-svn-id: trunk@20486 -
2012-03-09 21:12:49 +00:00
florian
088ddf7421 * search libs in %basepath%/lib/$FPCTARGET by default, so FPC can install libs if needed
git-svn-id: trunk@19983 -
2012-01-06 16:43:17 +00:00
Jonas Maebe
1edaa922c1 * never define a cross-prefix in the generated fpc.cfg when the target cpu is
the JVM, because those are always cross-compilations and the utilities
    involved (such as the java binary) don't have a prefix. That's also why
    the JVM snapshots contain their own fpc.cfg file, because fpc.cfg files
    from current releases obviously don't contain a special case for the JVM
    target.

git-svn-id: branches/jvmbackend@19233 -
2011-09-25 19:05:30 +00:00
joost
a2511cecb0 * When debug is defined, use -gl, not -glh
* Added settings for darwin, copied from samplecfg

git-svn-id: trunk@17133 -
2011-03-13 20:48:22 +00:00
joost
e3eeca3efd * Updated comments in fpc.cfg partly based on comments in samplecfg's fpc.cfg
* Replaced $FPCTARGET->$fpctarget
 * Moved fppkg package search-path so that packages can override apache units
 * Renamed APACHE_1_13 define to APACHE_1_3

git-svn-id: trunk@17132 -
2011-03-13 20:12:22 +00:00
joost
9cb4f545bf * Add path of (user specific) packages installed with fppkg to fpc.cfg
git-svn-id: trunk@17116 -
2011-03-10 20:46:41 +00:00
joost
80ec9bb7bc * Fixed the order in which the httpd-units are searched for. Already fixed for samplecfg in r16722
git-svn-id: trunk@16944 -
2011-02-19 20:32:40 +00:00
joost
e388ac9770 * Determine and add gcclib path to fpc.cfg configuration file
git-svn-id: trunk@15220 -
2010-05-04 09:05:43 +00:00
joost
c7d5057127 * Not in all cross-compile cases the -XP$FPCTARGET- option is necessary
git-svn-id: trunk@15219 -
2010-05-03 16:58:41 +00:00
joost
3759ad8963 * Moved fpcmkcfg from compiler/utils to utils/fpcmkcfg
git-svn-id: trunk@15189 -
2010-04-27 07:59:20 +00:00