This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
megalomaniac 64-bit update: most importantly,
[metaconfig.git] / U / a_dvisory / crosscompile.U
CommitLineData
959f3c4c
JH
1?RCS: $Id$
2?RCS:
3?RCS: Copyright (c) 1999, Jarkko Hietaniemi
4?RCS:
5?RCS: This file is included with or a derivative work of a file included
6?RCS: with the metaconfig program of Raphael Manfredi's "dist" distribution.
7?RCS: In accordance with clause 7 of dist's modified Artistic License:
8?RCS:
9?RCS: You may distribute under the terms of either the GNU General Public
10?RCS: License or the Artistic License, as specified in the README file.
11?RCS:
12?MAKE:crosscompile:
13?MAKE: -pick add $@ %<
14?S:crosscompile:
15?S: This variable conditionally defines the CROSSCOMPILE symbol
16?S: which signifies that the build process is be a cross-compilation.
17?S: This is normally set by hints files or from Configure command line.
18?S:.
19?C:CROSSCOMPILE:
20?C: This symbol, if defined, signifies that we our
21?C: build process is a cross-compilation.
22?C:.
23?H:#$crosscompile CROSSCOMPILE /**/
24?H:.
25case "$crosscompile" in
26''|[nN]*) crosscompile="$undef" ;;
27esac
28