diff options
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> # ############################################################################## |