In metaconfig.git, the branch master has been updated

<http://perl5.git.perl.org/metaconfig.git/commitdiff/32f0d144421ac24caada2793ba1c5a47f7dead91?hp=98c70e76d8d5b74b4a6fc647610724c35352d563>

- Log -----------------------------------------------------------------
commit 32f0d144421ac24caada2793ba1c5a47f7dead91
Author: Aaron Crane <a...@aaroncrane.co.uk>
Date:   Thu Apr 21 10:12:46 2016 +0100

    ensure alignbytes is correct for -Dusequadmath
    
    backport of ab462c7d2da3570ffe26e717642be96cccef8b23
-----------------------------------------------------------------------

Summary of changes:
 U/compline/alignbytes.U | 16 +++-------------
 1 file changed, 3 insertions(+), 13 deletions(-)

diff --git a/U/compline/alignbytes.U b/U/compline/alignbytes.U
index 8c0cf54..bbf11d0 100644
--- a/U/compline/alignbytes.U
+++ b/U/compline/alignbytes.U
@@ -18,8 +18,7 @@
 ?RCS: Revision 3.0  1993/08/18  12:05:23  ram
 ?RCS: Baseline for dist 3.0 netwide release.
 ?RCS:
-?MAKE:alignbytes: Myread Compile cat rm_try multiarch run \
-       d_longdbl uselongdouble test
+?MAKE:alignbytes: Myread Compile cat rm_try multiarch run test nvtype
 ?MAKE: -pick add $@ %<
 ?S:alignbytes:
 ?S:    This variable holds the number of bytes required to align a
@@ -41,20 +40,11 @@
 echo " "
 case "$alignbytes" in
     '') echo "Checking alignment constraints..." >&4
-       if $test "X$uselongdouble" = Xdefine -a "X$d_longdbl" = Xdefine; then
-           $cat >try.c <<'EOCP'
-typedef long double NV;
-EOCP
-       else
-           $cat >try.c <<'EOCP'
-typedef double NV;
-EOCP
-       fi
-       $cat >>try.c <<'EOCP'
+       $cat >try.c <<EOCP
 #include <stdio.h>
 struct foobar {
     char foo;
-    NV bar;
+    $nvtype bar;
 } try_algn;
 int main()
 {

--
perl5 metaconfig repository

Reply via email to