summaryrefslogtreecommitdiff
path: root/hints/utekv.sh
diff options
context:
space:
mode:
Diffstat (limited to 'hints/utekv.sh')
-rw-r--r--hints/utekv.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/hints/utekv.sh b/hints/utekv.sh
new file mode 100644
index 0000000000..95a31fdedf
--- /dev/null
+++ b/hints/utekv.sh
@@ -0,0 +1,12 @@
+# XD88/10 UTekV hints by Kaveh Ghazi (ghazi@caip.rutgers.edu) 2/11/92
+# Modified by Andy Dougherty <doughera@lafcol.lafayette.edu> 4 Oct. 1994
+
+# The -X18 is only if you are using the Greenhills compiler.
+ccflags="$ccflags -X18"
+
+usemymalloc='y'
+
+echo " " >&4
+echo "NOTE: You may have to take out makefile dependencies on the files in" >&4
+echo "/usr/include (i.e. /usr/include/ctype.h) or the make will fail. A" >&4
+echo "simple 'grep -v /usr/include/ makefile' should suffice." >&4