diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-22 10:26:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-02-22 10:26:11 +0000 |
commit | 9851f69c06e0d488d7011ab29649bf9cc5c42108 (patch) | |
tree | bddc8a86b9143c8a028b1b246ed31f067f64006b /Configure | |
parent | 20896112130a9b4a4cb85e4d0533df4c08faf441 (diff) | |
download | perl-9851f69c06e0d488d7011ab29649bf9cc5c42108.tar.gz |
Snapshot the cross-compilation/multiarchitecture stuff
(currently broken in next)
p4raw-id: //depot/cfgperl@3012
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 24 |
1 files changed, 12 insertions, 12 deletions
@@ -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 11:10:33 EET 1999 [metaconfig 3.0 PL70] +# Generated on Mon Feb 22 11:28:58 EET 1999 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.com) cat >/tmp/c1$$ <<EOF @@ -4541,6 +4541,10 @@ else installbin="$binexp" fi +case "$crosscompile" in +''|[nN]*) crosscompile="$undef" ;; +esac + : determine whether to install perl also as /usr/bin/perl echo " " @@ -5721,6 +5725,13 @@ case "$man3dir" in ;; esac +case "$osname" in +next) multiarch="$define" ;; +esac +case "$multiarch" in +''|[nN]*) multiarch="$undef" ;; +esac + : see if we have to deal with yellow pages, now NIS. if $test -d /usr/etc/yp || $test -d /etc/yp; then if $test -f /usr/etc/nibindd; then @@ -10283,17 +10294,6 @@ Log='$Log' RCSfile='$RCSfile' Revision='$Revision' -case "$crosscompile" in -''|[nN]*) crosscompile="$undef" ;; -esac - -case "$osname" in -next) multiarch="$define" ;; -esac -case "$multiarch" in -''|[nN]*) multiarch="$undef" ;; -esac - : check for alignment requirements echo " " case "$crosscompile$multiarch" in |