summaryrefslogtreecommitdiff
path: root/hints
diff options
context:
space:
mode:
authorLarry Wall <lwall@netlabs.com>1992-06-08 04:52:08 +0000
committerLarry Wall <lwall@netlabs.com>1992-06-08 04:52:08 +0000
commitbee1dbe28446f1b188ddf14e24e7f65771825d8f (patch)
treef86e23246374104de23fe22cee4dfa6a9cca86e1 /hints
parent8adcabd8d9cf3c71e660c45cb7165ae4694308d4 (diff)
downloadperl-bee1dbe28446f1b188ddf14e24e7f65771825d8f.tar.gz
perl 4.0 patch 26: patch #20, continued
See patch #20.
Diffstat (limited to 'hints')
-rw-r--r--hints/hp9000_700.sh5
-rw-r--r--hints/hp9000_800.sh3
-rw-r--r--hints/hpux.sh1
-rw-r--r--hints/isc_3_2_2.sh2
-rw-r--r--hints/mc6000.sh5
5 files changed, 14 insertions, 2 deletions
diff --git a/hints/hp9000_700.sh b/hints/hp9000_700.sh
new file mode 100644
index 0000000000..5b15a893b5
--- /dev/null
+++ b/hints/hp9000_700.sh
@@ -0,0 +1,5 @@
+libswanted='ndbm m'
+ccflags="$ccflags -DJMPCLOBBER"
+optimize='+O1'
+d_mymalloc=define
+alignbytes=8
diff --git a/hints/hp9000_800.sh b/hints/hp9000_800.sh
index b5f22ffaea..e1ab9d77f8 100644
--- a/hints/hp9000_800.sh
+++ b/hints/hp9000_800.sh
@@ -1,2 +1,3 @@
libswanted=`echo $libswanted | sed -e 's/malloc //' -e 's/BSD //`
-optimize='+O1'
+eval_cflags='optimize=+O1'
+teval_cflags=$eval_cflags
diff --git a/hints/hpux.sh b/hints/hpux.sh
index cab5871429..904f9dee60 100644
--- a/hints/hpux.sh
+++ b/hints/hpux.sh
@@ -5,3 +5,4 @@ case `(uname -r) 2>/dev/null` in
*3.1*) d_syscall=$undef ;;
*2.1*) libswanted=`echo $libswanted | sed 's/ malloc / /'` ;;
esac
+d_index=define
diff --git a/hints/isc_3_2_2.sh b/hints/isc_3_2_2.sh
index 15825953d4..ff591082a3 100644
--- a/hints/isc_3_2_2.sh
+++ b/hints/isc_3_2_2.sh
@@ -1,4 +1,4 @@
-set `echo $libswanted | sed -e 's/ x / /' -e 's/ PW / /' -e s/ malloc / /`
+set `echo $libswanted | sed -e 's/ x / /' -e 's/ PW / /' -e 's/ malloc / /'`
libswanted="inet malloc $*"
doio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
tdoio_cflags='ccflags="$ccflags -DENOTSOCK=103"'
diff --git a/hints/mc6000.sh b/hints/mc6000.sh
new file mode 100644
index 0000000000..78c87c8144
--- /dev/null
+++ b/hints/mc6000.sh
@@ -0,0 +1,5 @@
+# defaults for the masscomp (concurrent) 6000 series running RTU 5.0
+cppstdin=/lib/cpp
+cmd_cflags='optimize=""'
+tcmd_cflags='optimize=""'
+d_mymalloc=define