diff options
Diffstat (limited to 'hints/cray.sh')
-rw-r--r-- | hints/cray.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hints/cray.sh b/hints/cray.sh index 952a0219e1..2ce956695e 100644 --- a/hints/cray.sh +++ b/hints/cray.sh @@ -1,3 +1,8 @@ case `uname -r` in 6.1*) shellflags="-m+65536" ;; esac +ccflags="$ccflags -DUNICOS -h nomessage=118:151:172" +usemymalloc='n' +libswanted='malloc m' +d_setregid='undef' +d_setreuid='undef' |