Browse Source

* Linux case now default for solaris, OS X
This line, and those below, will be ignored--

M samplecfg

git-svn-id: trunk@4119 -

marco 19 years ago
parent
commit
3416a2c5a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      compiler/utils/samplecfg

+ 1 - 1
compiler/utils/samplecfg

@@ -59,7 +59,7 @@ case $HOSTOS in
  netbsd)
  netbsd)
    GCCDIR=-Fl/usr/pkg/lib
    GCCDIR=-Fl/usr/pkg/lib
      ;;
      ;;
- linux)
+ *)
    if [ -d $GCCDIR ]; then	
    if [ -d $GCCDIR ]; then	
       echo Found libgcc.a in $GCCDIR
       echo Found libgcc.a in $GCCDIR
     GCCDIR=-Fl$GCCDIR
     GCCDIR=-Fl$GCCDIR