diff options
author | Aaron Crane <arc@cpan.org> | 2017-10-13 12:49:41 +0200 |
---|---|---|
committer | Aaron Crane <arc@cpan.org> | 2017-10-21 16:53:00 +0100 |
commit | b905af4c1158d6ce72032009e9f8387d5a5f5285 (patch) | |
tree | dfb7b24a9d1d0653726e363d7af5bc9760c0f2ee /Cross | |
parent | 350b922a8600b68529a55d5fcc05d4ebd9a45990 (diff) | |
download | perl-b905af4c1158d6ce72032009e9f8387d5a5f5285.tar.gz |
Rely on C89 <float.h>
This requires newer metaconfig units that also rely on C89 <float.h>.
Diffstat (limited to 'Cross')
-rw-r--r-- | Cross/config.sh-arm-linux | 1 | ||||
-rw-r--r-- | Cross/config.sh-arm-linux-n770 | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/Cross/config.sh-arm-linux b/Cross/config.sh-arm-linux index bab826511e..24f9a2bb45 100644 --- a/Cross/config.sh-arm-linux +++ b/Cross/config.sh-arm-linux @@ -738,7 +738,6 @@ i_dlfcn='define' i_execinfo='undef' i_fcntl='undef' i_fenv='define' -i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' diff --git a/Cross/config.sh-arm-linux-n770 b/Cross/config.sh-arm-linux-n770 index 13b94b3c26..ca0969270f 100644 --- a/Cross/config.sh-arm-linux-n770 +++ b/Cross/config.sh-arm-linux-n770 @@ -599,7 +599,6 @@ i_dbm='undef' i_dirent='define' i_dlfcn='define' i_fcntl='undef' -i_float='define' i_fp='undef' i_fp_class='undef' i_gdbm='undef' |