diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-02 22:18:45 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-02 22:18:45 +0000 |
commit | 23fb6509afc63cde7930e13c21f5617c860fa149 (patch) | |
tree | df6897763fa1fdfc2dbd2355747ca12e1c0db028 /hints/unicosmk.sh | |
parent | 2233f375aa37a706e02f773eded0886e392aa503 (diff) | |
download | perl-23fb6509afc63cde7930e13c21f5617c860fa149.tar.gz |
We need to replace the optimize (-O1) with
the -h scalar0 -h vector0, not append them
to the ccflags.
p4raw-id: //depot/perl@13431
Diffstat (limited to 'hints/unicosmk.sh')
-rw-r--r-- | hints/unicosmk.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/unicosmk.sh b/hints/unicosmk.sh index 5fd53429cd..93ed9a67f9 100644 --- a/hints/unicosmk.sh +++ b/hints/unicosmk.sh @@ -29,4 +29,4 @@ if test "$d_shm" = ""; then esac fi # Otherwise the unpack %65c checksums will fail. -pp_pack_cflags='ccflags="$ccflags -h scalar0 -h vector0"' +pp_pack_cflags='optimize="-h scalar0 -h vector0"' |