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 /epoc | |
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 'epoc')
-rw-r--r-- | epoc/config.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/epoc/config.sh b/epoc/config.sh index cee8f40ac3..1d32e6f5c8 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='' |