summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-04-19 15:07:16 +0200
committerAaron Crane <arc@cpan.org>2018-04-19 15:49:12 +0200
commit0faf531f63c88379bd22fe7801555d5aef100c5d (patch)
tree50a2d745f3213d5fb148c22cb7d00e379dbc3e92 /Cross
parent836bb1e34a8e2f269b0c97fa72d2641e7c775787 (diff)
downloadperl-0faf531f63c88379bd22fe7801555d5aef100c5d.tar.gz
Rebuild Configure from latest units
Most of the change here comes from a single unit being moved in the generated Configure, but there are some substantive changes: - config_h.SH was missing HAS_DUPLOCALE and d_duplocale - d_duplocale was also missing from the platform-specific config-var files This still doesn't quite ensure that rebuilding Configure makes no changes, because there are differences to nl_langinfo() handling that need a change in our metaconfig units. That will come next.
Diffstat (limited to 'Cross')
-rw-r--r--Cross/config.sh-arm-linux1
-rw-r--r--Cross/config.sh-arm-linux-n7701
2 files changed, 2 insertions, 0 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux
index 68a165523f..84fbaca425 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -180,6 +180,7 @@ d_drand48_r='undef'
d_drand48proto='define'
d_dup2='define'
d_dup3='undef'
+d_duplocale='undef'
d_eaccess='undef'
d_endgrent='define'
d_endgrent_r='undef'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index de70c74744..cab1857d34 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -179,6 +179,7 @@ d_drand48_r='undef'
d_drand48proto='define'
d_dup2='define'
d_dup3='undef'
+d_duplocale='undef'
d_eaccess='undef'
d_endgrent='define'
d_endgrent_r='undef'