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 | 02597804fe01015cd54c21f904fe2c43fcfdcf10 (patch) | |
tree | df6897763fa1fdfc2dbd2355747ca12e1c0db028 /hints/unicosmk.sh | |
parent | f855b039bc69eaf57067c34019e573fc3f30c073 (diff) | |
download | perl-02597804fe01015cd54c21f904fe2c43fcfdcf10.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"' |