summaryrefslogtreecommitdiff
path: root/hints/nonstopux.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/nonstopux.sh')
-rw-r--r--hints/nonstopux.sh20
1 files changed, 20 insertions, 0 deletions
diff --git a/hints/nonstopux.sh b/hints/nonstopux.sh
new file mode 100644
index 0000000000..025030fc9a
--- /dev/null
+++ b/hints/nonstopux.sh
@@ -0,0 +1,20 @@
+# tom_bates@att.net
+# mips-compaq-nonstopux
+
+. $src/hints/svr4.sh
+
+case "$cc" in
+ *gcc*)
+ ccflags='-fno-strict-aliasing'
+ lddlflags='-shared'
+ ldflags=''
+ ;;
+ *)
+ cc="cc -Xa -Olimit 4096"
+ malloctype="void *"
+ ;;
+esac
+
+libswanted=`echo " $libswanted " | sed -e 's/ ucb / /'`
+glibpth=`echo " $glibpth " | sed -e 's/ \/usr\/ucblib / /'`
+