diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-07-05 04:35:15 +0000 |
---|---|---|
committer | Charles Bailey <bailey@genetics.upenn.edu> | 1996-07-05 04:35:15 +0000 |
commit | 180c3c44e996a924c6aa4a9ec05e607cad2c29ff (patch) | |
tree | bfac0d1265913ec7fc371a31e3c0422b255d2bf3 /hints/sco.sh | |
parent | 641d3f0be2e03aae525166b79ace4362378974b7 (diff) | |
download | perl-180c3c44e996a924c6aa4a9ec05e607cad2c29ff.tar.gz |
Recognize gcc binaries with version in name
Diffstat (limited to 'hints/sco.sh')
-rw-r--r-- | hints/sco.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/sco.sh b/hints/sco.sh index 307e27e4db..4cd15e4590 100644 --- a/hints/sco.sh +++ b/hints/sco.sh @@ -30,7 +30,7 @@ glibpth=`echo $glibpth | sed -e 's! /usr/lib/386 ! !' -e 's! /lib/386 ! !'` xlibpth='' case "$cc" in -gcc) +*gcc*) ccflags="$ccflags -U M_XENIX" optimize="$optimize -O2" ;; |