From 3416a2c5a9a3b7ad8e3638fcca3fbe7c185c89bb Mon Sep 17 00:00:00 2001 From: marco Date: Fri, 7 Jul 2006 15:02:15 +0000 Subject: [PATCH] * Linux case now default for solaris, OS X This line, and those below, will be ignored-- M samplecfg git-svn-id: trunk@4119 - --- compiler/utils/samplecfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 1597e5fabc..ca902c9bfd 100644 --- a/compiler/utils/samplecfg +++ b/compiler/utils/samplecfg @@ -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