diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:30 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:28:30 +0000 |
commit | d48672a2009b4897fb5bf74d6723c050cdd015e0 (patch) | |
tree | 8b55c5c62bca864358bc6bcb107144d864062543 /hints/vax.sh | |
parent | 9ef589d8078fdf16316dec772c00e81b3c38fd22 (diff) | |
download | perl-d48672a2009b4897fb5bf74d6723c050cdd015e0.tar.gz |
perl 4.0 patch 9: patch #4, continued
See patch #4.
Diffstat (limited to 'hints/vax.sh')
-rw-r--r-- | hints/vax.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hints/vax.sh b/hints/vax.sh new file mode 100644 index 0000000000..ea8f224396 --- /dev/null +++ b/hints/vax.sh @@ -0,0 +1 @@ +teval_cflags='case $cc in *gcc);; *) optimize="-O";; esac' |