summaryrefslogtreecommitdiff
path: root/Cross
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2018-04-19 18:13:46 +0200
committerAaron Crane <arc@cpan.org>2018-04-19 18:13:46 +0200
commitbf634d4e041c3abb5408cd1f18f1c18d298012d1 (patch)
tree8cc7969ead6a58249901a413bdc824759a73672f /Cross
parent479b791bf828f8d105b334fe04ff82a4adfedcd7 (diff)
downloadperl-bf634d4e041c3abb5408cd1f18f1c18d298012d1.tar.gz
Add HAS_STRTOD_L to metaconfig.h and rebuild Configure
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 84fbaca425..6064b31bb5 100644
--- a/Cross/config.sh-arm-linux
+++ b/Cross/config.sh-arm-linux
@@ -569,6 +569,7 @@ d_strlcat='undef'
d_strlcpy='undef'
d_strnlen='undef'
d_strtod='define'
+d_strtod_l='undef'
d_strtol='define'
d_strtold='define'
d_strtold_l='undef'
diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770
index cab1857d34..2a859b8908 100644
--- a/Cross/config.sh-arm-linux-n770
+++ b/Cross/config.sh-arm-linux-n770
@@ -568,6 +568,7 @@ d_strlcat='undef'
d_strlcpy='undef'
d_strnlen='undef'
d_strtod='define'
+d_strtod_l='undef'
d_strtol='define'
d_strtold='define'
d_strtold_l='undef'