summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1999-02-22 09:14:26 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1999-02-22 09:14:26 +0000
commitd31f3823ad8e1cfac726b22b7f10e070cb52a665 (patch)
treeaf837bf57c1e8eaee1edf5374dd1ae89313a714e /Configure
parent0d77224204007963ce7bb1cb1a856434d86298d6 (diff)
downloadperl-d31f3823ad8e1cfac726b22b7f10e070cb52a665.tar.gz
Scratch #3008 and introduce $crosscompile and $multiarch
also in non-Configure lands. p4raw-id: //depot/cfgperl@3009
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index dd46fb8287..31ce6cb5fc 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Mon Feb 22 10:52:12 EET 1999 [metaconfig 3.0 PL70]
+# Generated on Mon Feb 22 11:10:33 EET 1999 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.com)
cat >/tmp/c1$$ <<EOF
@@ -10287,6 +10287,9 @@ case "$crosscompile" in
''|[nN]*) crosscompile="$undef" ;;
esac
+case "$osname" in
+next) multiarch="$define" ;;
+esac
case "$multiarch" in
''|[nN]*) multiarch="$undef" ;;
esac