diff options
author | Perl 5 Porters <perl5-porters@africa.nicoh.com> | 1996-08-23 01:12:22 +0000 |
---|---|---|
committer | Andy Dougherty <doughera@lafcol.lafayette.edu> | 1996-08-23 01:12:22 +0000 |
commit | 18f04df4967e1e5ffa93ad1be011ba68452a7d9a (patch) | |
tree | a7e6ebab2b95596ab936cdc20585c40aee965648 /hints/mips.sh | |
parent | 126385767b19a10c6139cfcee9438b6409188e17 (diff) | |
download | perl-18f04df4967e1e5ffa93ad1be011ba68452a7d9a.tar.gz |
Use glibpth instead of libpth.
Diffstat (limited to 'hints/mips.sh')
-rw-r--r-- | hints/mips.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/mips.sh b/hints/mips.sh index 39cadb4b66..7ed058e4ad 100644 --- a/hints/mips.sh +++ b/hints/mips.sh @@ -2,7 +2,7 @@ perl_cflags='optimize="-g"' d_volatile=undef d_castneg=undef cc=cc -libpth="/usr/lib/cmplrs/cc $libpth" +glibpth="/usr/lib/cmplrs/cc $glibpth" groupstype=int nm_opt='-B' case $PATH in |