X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Cross%2Fgenerate_config_sh;h=e47042a25ff509528e9cce17f674661bd42044d7;hb=47da31196c8d977e6058ef67208386e2ba72aa22;hp=4461b8c79748ccf4899a57ad2c1bfc187a0f6a67;hpb=6a809565f92f58eb2e23772b87ab5c4f45ee1dd0;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Cross/generate_config_sh b/Cross/generate_config_sh index 4461b8c..e47042a 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 "${CC+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 # ############################################################################## @@ -129,3 +119,14 @@ sub library_munge { } + + + + + + + + + + +