summaryrefslogtreecommitdiff
path: root/hints/dec_osf1.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/dec_osf1.sh')
-rw-r--r--hints/dec_osf1.sh11
1 files changed, 11 insertions, 0 deletions
diff --git a/hints/dec_osf1.sh b/hints/dec_osf1.sh
new file mode 100644
index 0000000000..07f594e3cf
--- /dev/null
+++ b/hints/dec_osf1.sh
@@ -0,0 +1,11 @@
+d_crypt='undef' # The function is there, but it is empty
+d_odbm='undef' # We don't need both odbm and ndbm
+gidtype='gid_t'
+groupstype='int'
+libpth="$libpth /usr/shlib" # Use the shared libraries if possible
+libc='/usr/shlib/libc.so' # The archive version is /lib/libc.a
+case `uname -m` in
+ mips|alpha) optimize="$optimize -O2 -Olimit 2900"
+ ccflags="$ccflags -std1 -D_BSD" ;;
+ *) ccflags="$ccflags -D_BSD" ;;
+esac