diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-06 19:56:53 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-06 19:56:53 +0000 |
commit | 136febd582f8c09e243429ab77e54be8b75a494c (patch) | |
tree | 4354f083a59aa4251d63c757aa7be8f40d86a74d /Cross/generate_config_sh | |
parent | 10af26ed7d2d22f70c94a019ecda11475f1745de (diff) | |
download | perl-136febd582f8c09e243429ab77e54be8b75a494c.tar.gz |
Updated Sharp Zaurus cross-compilation from Redvers Davies.
p4raw-id: //depot/perl@21057
Diffstat (limited to 'Cross/generate_config_sh')
-rwxr-xr-x | Cross/generate_config_sh | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/Cross/generate_config_sh b/Cross/generate_config_sh index 408f5f4003..e47042a25f 100755 --- a/Cross/generate_config_sh +++ b/Cross/generate_config_sh @@ -2,22 +2,12 @@ ############################################################################## # -# Ok, so there is this buildsystem that has variables set in shell -# like this: +# generate_config_sh +# Process that takes an automatically generated config.sh +# file and allows the environment to overload the values +# automatically discovered by Configure on our target platform. # -# cc='gcc' -# -# This means we can go -# -# if test "${AR+set}" != set; then -# ar='arm-linux-ar' -# else -# ar=${AR} -# fi -# -# Right??? WRONG! -# -# Damn perl installation *PARSES* and *PATTERN MATCHES* this file. +# Author Redvers Davies <red@criticalintegration.com> # ############################################################################## |