In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/29ab041d1ae3ee6496df8a4e0b8b676ed593a07b?hp=17a6c8e38505fd8d5700febfe392e470c9c5fff8>
- Log ----------------------------------------------------------------- commit 29ab041d1ae3ee6496df8a4e0b8b676ed593a07b Author: Andy Dougherty <[email protected]> Date: Thu Jul 22 12:00:51 2010 -0400 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. ----------------------------------------------------------------------- Summary of changes: Cross/config.sh-arm-linux | 2 ++ Porting/config.sh | 2 ++ epoc/config.sh | 2 ++ plan9/config_sh.sample | 2 ++ symbian/config.sh | 2 ++ uconfig.sh | 2 ++ 6 files changed, 12 insertions(+), 0 deletions(-) diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index 95348a0..06af520 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='[email protected]' perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc' perlpath='/usr/bin/perl' diff --git a/Porting/config.sh b/Porting/config.sh index eed041a..346c092 100644 --- a/Porting/config.sh +++ b/Porting/config.sh @@ -475,6 +475,7 @@ d_sresuproto='undef' d_statblks='define' d_statfs_f_flags='undef' d_statfs_s='define' +d_static_inline='define' d_statvfs='define' d_stdio_cnt_lval='undef' d_stdio_ptr_lval='undef' @@ -871,6 +872,7 @@ path_sep=':' perl5='/opt/perl/bin/perl' perl='' perl_patchlevel='34948' +perl_static_inline='static __inline__' perladmin='[email protected]' perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc' perlpath='/opt/perl/bin/perl5.13.3' diff --git a/epoc/config.sh b/epoc/config.sh index cee8f40..1d32e6f 100644 --- a/epoc/config.sh +++ b/epoc/config.sh @@ -437,6 +437,7 @@ d_sresuproto='undef' d_statblks='define' d_statfs='undef' d_statfsflags='define' +d_static_inline='undef' d_statvfs='undef' d_stdio_cnt_lval='define' d_stdio_ptr_lval='define' @@ -752,6 +753,7 @@ passcat='' patchlevel='' path_sep=':' perl='' +perl_static_inline='static' perladmin='' perlpath='' pg='' diff --git a/plan9/config_sh.sample b/plan9/config_sh.sample index fbad004..63080f1 100644 --- a/plan9/config_sh.sample +++ b/plan9/config_sh.sample @@ -461,6 +461,7 @@ d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' +d_static_inline='undef' d_statvfs='undef' d_stdio_cnt_lval='undef' d_stdio_ptr_lval='undef' @@ -833,6 +834,7 @@ path_sep=':' perl5='' perl='' perl_patchlevel='' +perl_static_inline='static' perladmin='[email protected]' perllibs=' ' perlpath='/bin/perl' diff --git a/symbian/config.sh b/symbian/config.sh index 5d393e4..33f30ef 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -407,6 +407,7 @@ d_sresgproto='undef' d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' +d_static_inline='undef' d_statfs_s='undef' d_statvfs='undef' d_stdio_cnt_lval='undef' @@ -696,6 +697,7 @@ osvers='7.0s' otherlibdirs='' package='' path_sep=';'; +perl_static_inline='static' phostname='hostname' pidtype='int' pm_apiversion='5.005' diff --git a/uconfig.sh b/uconfig.sh index 2233b99..378c129 100755 --- a/uconfig.sh +++ b/uconfig.sh @@ -401,6 +401,7 @@ d_sresuproto='undef' d_statblks='undef' d_statfs_f_flags='undef' d_statfs_s='undef' +d_static_inline='undef' d_statvfs='undef' d_stdio_cnt_lval='undef' d_stdio_ptr_lval='undef' @@ -668,6 +669,7 @@ osname='unknown' osvers='unknown' otherlibdirs=' ' package='perl5' +perl_static_inline='static' phostname='hostname' pidtype=int privlib='/usr/local/lib/perl5/5.12' -- Perl5 Master Repository
