diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:00:51 -0400 |
---|---|---|
committer | Andy Dougherty <doughera@lafayette.edu> | 2010-07-22 12:00:51 -0400 |
commit | 29ab041d1ae3ee6496df8a4e0b8b676ed593a07b (patch) | |
tree | 57f7a6ec94417d768e536030b864240c61220696 /Cross/config.sh-arm-linux | |
parent | 17a6c8e38505fd8d5700febfe392e470c9c5fff8 (diff) | |
download | perl-29ab041d1ae3ee6496df8a4e0b8b676ed593a07b.tar.gz |
Update "canned" config.sh files for static inline.
Unless the file explicitly lists a gcc version I know
to work, I picked safe default values for the new
d_static_inline and perl_static_inline variables.
Diffstat (limited to 'Cross/config.sh-arm-linux')
-rw-r--r-- | Cross/config.sh-arm-linux | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 95348a0ba4..06af520bd9 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -461,6 +461,7 @@ d_sresuproto='undef' d_statblks='define' d_statfs_f_flags='undef' d_statfs_s='define' +d_static_inline='undef' d_statvfs='define' d_stdio_cnt_lval='undef' d_stdio_ptr_lval='define' @@ -852,6 +853,7 @@ path_sep=':' perl5='/usr/bin/perl' perl='' perl_patchlevel='' +perl_static_inline='static' perladmin='red@criticalintegration.com' perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc' perlpath='/usr/bin/perl' |