summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-12-02 09:52:14 -0700
committerKarl Williamson <khw@cpan.org>2019-12-03 09:28:06 -0700
commite849841dca2a8b11119997585f795647c52cdcdf (patch)
treeac66366477702eec17d38757bbbedd3d5ecd4142 /Cross
parent2f3ca7de6e61f697ef8ce03cd34fa1037cbf4aa2 (diff)
downloadperl-e849841dca2a8b11119997585f795647c52cdcdf.tar.gz
Regenerate Configure and friends after metaconfig changes
A probe for wcrtomb() and one for attribute always inline have been added, and the ones for: 1) checking if there is a C backtrace facility; and 2) character data alignedness have been revised
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux2
-rw-r--r--Cross/config.sh-arm-linux-n7702
2 files changed, 4 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 2445dff57b..04db2456f9 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -116,6 +116,7 @@ d_asinh='undef'
d_atanh='undef'
d_atolf='undef'
d_atoll='define'
+d_attribute_always_inline='undef'
d_attribute_deprecated='undef'
d_attribute_format='undef'
d_attribute_malloc='undef'
@@ -629,6 +630,7 @@ d_voidtty=''
d_vsnprintf='define'
d_wait4='define'
d_waitpid='define'
+d_wcrtomb='undef'
d_wcscmp='undef'
d_wcstombs='define'
d_wcsxfrm='undef'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index 6cde147a3a..2324df3ea5 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -115,6 +115,7 @@ d_asinh='undef'
d_atanh='undef'
d_atolf='undef'
d_atoll='define'
+d_attribute_always_inline='undef'
d_attribute_deprecated='undef'
d_attribute_format='undef'
d_attribute_malloc='undef'
@@ -628,6 +629,7 @@ d_voidtty=''
d_vsnprintf='define'
d_wait4='define'
d_waitpid='define'
+d_wcrtomb='undef'
d_wcscmp='undef'
d_wcstombs='define'
d_wcsxfrm='undef'