diff options
Diffstat (limited to 'Cross/generate_config_sh')
-rwxr-xr-x | Cross/generate_config_sh | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/Cross/generate_config_sh b/Cross/generate_config_sh index 4461b8c797..408f5f4003 100755 --- a/Cross/generate_config_sh +++ b/Cross/generate_config_sh @@ -9,7 +9,7 @@ # # This means we can go # -# if test "${CC+set}" != set; then +# if test "${AR+set}" != set; then # ar='arm-linux-ar' # else # ar=${AR} @@ -129,3 +129,14 @@ sub library_munge { } + + + + + + + + + + + |