mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 21:28:03 +02:00
* Linux case now default for solaris, OS X
This line, and those below, will be ignored-- M samplecfg git-svn-id: trunk@4119 -
This commit is contained in:
parent
47e32b23a3
commit
3416a2c5a9
@ -59,7 +59,7 @@ case $HOSTOS in
|
||||
netbsd)
|
||||
GCCDIR=-Fl/usr/pkg/lib
|
||||
;;
|
||||
linux)
|
||||
*)
|
||||
if [ -d $GCCDIR ]; then
|
||||
echo Found libgcc.a in $GCCDIR
|
||||
GCCDIR=-Fl$GCCDIR
|
||||
|
Loading…
Reference in New Issue
Block a user