diff options
author | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:54 +0000 |
---|---|---|
committer | Larry Wall <lwall@netlabs.com> | 1991-06-06 23:27:54 +0000 |
commit | 2b317908ea5309ab202d1cdbadccfdf42d10e2b1 (patch) | |
tree | f523f01a4205f56f5435a39161acb4020ad5bc5b /hints | |
parent | 132b68a5c516d31aa5abdbca3bb36ded2c13b4cc (diff) | |
download | perl-2b317908ea5309ab202d1cdbadccfdf42d10e2b1.tar.gz |
perl 4.0 patch 5: patch #4, continued
See patch #4.
Diffstat (limited to 'hints')
-rw-r--r-- | hints/aix_rs.sh | 5 | ||||
-rw-r--r-- | hints/apollo_C6_7.sh | 3 | ||||
-rw-r--r-- | hints/aux.sh | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/hints/aix_rs.sh b/hints/aix_rs.sh index 5b67dab8f2..8f31a03a64 100644 --- a/hints/aix_rs.sh +++ b/hints/aix_rs.sh @@ -1 +1,4 @@ -optimize='-g' +eval_cflags='optimize="-g"' +toke_cflags='optimize="-g"' +teval_cflags='optimize="-g"' +ttoke_cflags='optimize="-g"'; cflags="$cflags -D_NO_PROTO" diff --git a/hints/apollo_C6_7.sh b/hints/apollo_C6_7.sh index f85b4d2a8c..fd9f44e382 100644 --- a/hints/apollo_C6_7.sh +++ b/hints/apollo_C6_7.sh @@ -1 +1,4 @@ optimize='-opt 2' +cflags='-A nansi cpu,mathchip -O -U__STDC__' +echo "Some tests may fail unless you use 'chacl -B'. Also, op/stat" +echo "test 2 may fail because Apollo doesn't support mtime or ctime." diff --git a/hints/aux.sh b/hints/aux.sh index f34ed6225a..0f46f3eb36 100644 --- a/hints/aux.sh +++ b/hints/aux.sh @@ -1,2 +1,2 @@ optimize='-O' -ccflags="$ccflags -B/usr/lib/bin/' +ccflags="$ccflags -B/usr/lib/big/ -DPARAM_NEEDS_TYPES" |