forked from Lainports/freebsd-ports
Additional change according to the submitter: - Port compiles for the first time - Port has 'gone on a diet' (forgot about this file in last commit, few seconds ago) PR: 60912 Submitted by: maintainer
11 lines
362 B
Text
11 lines
362 B
Text
--- share/src/fpc-1.0.10/compiler/utils/samplecfg.old Sun Jan 4 04:15:50 2004
|
|
+++ share/src/fpc-1.0.10/compiler/utils/samplecfg Sun Jan 4 04:17:59 2004
|
|
@@ -38,7 +38,7 @@
|
|
fi
|
|
|
|
# Find path to libgcc.a
|
|
-GCCSPEC=`(gcc -v 2>&1)| head -n 1| awk '{ print $4 } '`
|
|
+GCCSPEC=`gcc -print-file-name=libgcc.a`
|
|
GCCDIR=`dirname $GCCSPEC`
|
|
echo Found libgcc.a in $GCCDIR
|
|
|