summaryrefslogtreecommitdiff
path: root/hints/next_3.sh
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-22 08:58:04 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-22 08:58:04 +0000
commit0d77224204007963ce7bb1cb1a856434d86298d6 (patch)
treee8eaf4f05462fb99f8a9e60a6b0616578e1e403c /hints/next_3.sh
parent2b941da944ac32ea06934284ab45d176ab756e8d (diff)
downloadperl-0d77224204007963ce7bb1cb1a856434d86298d6.tar.gz
Add -DMULTIARCH (see change #3006).
p4raw-link: @3006 on //depot/cfgperl: 68c15b6fa35fc2fdb7a325ebe019c47b083fda6e p4raw-id: //depot/cfgperl@3008
Diffstat (limited to 'hints/next_3.sh')
-rw-r--r--hints/next_3.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/next_3.sh b/hints/next_3.sh
index 1a174b8d54..7f989c9125 100644
--- a/hints/next_3.sh
+++ b/hints/next_3.sh
@@ -47,7 +47,7 @@
# use the following two lines if you have perl5.003_22 or better and
# do not encounter intermittent core dumps.
-ccflags='-DUSE_NEXT_CTYPE'
+ccflags='-DUSE_NEXT_CTYPE -DMULTIARCH'
usemymalloc='n'
######################################################################