Tomas Hajny
|
7bb670800d
* -Ratt removed from default fp.cfg - it is not necessary and makes troubles under sparc
|
16 lat temu |
Jonas Maebe
|
1bda0686d9
* fixed paths to http units (mantis #13065)
|
16 lat temu |
Tomas Hajny
|
c75c2e06e1
* additional safeguards - double quotes around environment variables plus avoid checking for $fpcfgfile and $fpinifile if no $FPBIN found
|
16 lat temu |
joost
|
9506c91614
* Fixed script
|
16 lat temu |
Tomas Hajny
|
d8827829d6
* fix for potential security issue with ~/.fp directory owned by root
|
16 lat temu |
joost
|
73f31da836
* Use a single = to compare string values
|
16 lat temu |
joost
|
d97232c2b1
* Use version number without rc-suffix in the fp base dir
|
16 lat temu |
joost
|
5ef8122b16
* Removed Oppentium3 compiler flag from default ide configuration files because the flag is not valid on all platforms
|
16 lat temu |
joost
|
c031a1fcde
* If the local-configuration directory is used and does not exist, attempt to create it
|
16 lat temu |
Tomas Hajny
|
4e2676ca13
+ samplecfg able to create default configuration for IDE now
|
16 lat temu |
tom_at_work
|
c6fba4f390
* sample configuration script generates powerpc* multiarch library load path configuration
|
17 lat temu |
michael
|
da923586c6
* Fixed error in line 56, preventing backup
|
17 lat temu |
michael
|
eddde27b0b
It is of course apache 1.3, not 1.13
|
17 lat temu |
michael
|
7839c9e46b
Fixed wrong path for apache defines
|
17 lat temu |
michael
|
ac7f8dee39
* FPCAPACHE_1_13 or FPCAPACHE_2_0 define will determine what Apache version is taken
|
17 lat temu |
Jonas Maebe
|
053540e89e
* improved gcc library path detection for cross-compilation on Linux
|
18 lat temu |
Jonas Maebe
|
564d93bab8
* quoted a bunch of variables
|
18 lat temu |
Jonas Maebe
|
66520db151
* fixed in case the fpc binary is not in the PATH
|
18 lat temu |
joost
|
787b968e70
* Replaced "uname m" from which the output was not very consistent with "fpc -PP"
|
18 lat temu |
Almindor
|
7f548cf517
* adds amd64 to the list of uname -m possible results in samplecfg
|
18 lat temu |
Almindor
|
bfb7294e19
* exchange "arch" with "uname -m" in samplecfg to work on non-linux
|
18 lat temu |
Jonas Maebe
|
442598d9f8
* darwin->darwin compilation does not need cross binutils (regardless
|
18 lat temu |
peter
|
7d6637456b
* use i?86 instead of i386
|
18 lat temu |
daniel
|
2607f1f32c
* Better check to avoid cross-binutils
|
18 lat temu |
daniel
|
9bf4565f0b
+ A binutils prefix is not necessary when cross-compiling from i386 to x86_64 and vice versa.
|
18 lat temu |
Jonas Maebe
|
6604b8ba06
* fixed bashisms
|
18 lat temu |
Jonas Maebe
|
e6fbeee5a8
* updated for new compiler switches (mantis 7063)
|
18 lat temu |
Jonas Maebe
|
85404fbe79
+ support multiple gcc dirs depending on the target architecture for
|
18 lat temu |
Jonas Maebe
|
9eb9d90ff7
* fixed missing escaping of -XP parameter value
|
19 lat temu |
marco
|
3416a2c5a9
* Linux case now default for solaris, OS X
|
19 lat temu |