This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update "canned" config.sh files for static inline.
authorAndy Dougherty <doughera@lafayette.edu>
Thu, 22 Jul 2010 16:00:51 +0000 (12:00 -0400)
committerAndy Dougherty <doughera@lafayette.edu>
Thu, 22 Jul 2010 16:00:51 +0000 (12:00 -0400)
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.

Cross/config.sh-arm-linux
Porting/config.sh
epoc/config.sh
plan9/config_sh.sample
symbian/config.sh
uconfig.sh

index 95348a0..06af520 100644 (file)
@@ -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'
index eed041a..346c092 100644 (file)
@@ -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='yourname@yourhost.yourplace.com'
 perllibs='-lnsl -ldl -lm -lcrypt -lutil -lc'
 perlpath='/opt/perl/bin/perl5.13.3'
index cee8f40..1d32e6f 100644 (file)
@@ -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=''
index fbad004..63080f1 100644 (file)
@@ -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='9trouble@plan9.bell-labs.com'
 perllibs=' '
 perlpath='/bin/perl'
index 5d393e4..33f30ef 100644 (file)
@@ -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'
index 2233b99..378c129 100755 (executable)
@@ -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'