diff options
author | Larry Wall <lwall@netlabs.com> | 1991-04-11 20:32:32 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-04-11 20:32:32 +0000 |
commit | 35c8bce761056f470189967ccc824e04467151df (patch) | |
tree | 9ee76bba81900f86af5a1070bdd69d3987201c52 /hints/mips.sh | |
parent | 1c3d792e8fc9c2a36edfbd6c01156ef7e635040f (diff) | |
download | perl-35c8bce761056f470189967ccc824e04467151df.tar.gz |
perl 4.0 patch 2: Patch 1 continued
Diffstat (limited to 'hints/mips.sh')
-rw-r--r-- | hints/mips.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/hints/mips.sh b/hints/mips.sh new file mode 100644 index 0000000000..623b6f080b --- /dev/null +++ b/hints/mips.sh @@ -0,0 +1,6 @@ +optimize='-g' +d_volatile=undef +d_castneg=undef +cc=cc +libpth="/usr/lib/cmplrs/cc $libpth" +groupstype=int |