diff options
Diffstat (limited to 'hints/unicos.sh')
-rw-r--r-- | hints/unicos.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/hints/unicos.sh b/hints/unicos.sh new file mode 100644 index 0000000000..d23cbe3f5e --- /dev/null +++ b/hints/unicos.sh @@ -0,0 +1,8 @@ +case `uname -r` in +6.1*) shellflags="-m+65536" ;; +esac +ccflags="$ccflags -DHZ=__hertz" +optimize="-O1" +libswanted=m +d_setregid='undef' +d_setreuid='undef' |