diff options
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"' |