[libguestfs] test-stdalign is broken with i686 and GCC 4.7.

Richard W.M. Jones rjones at fedoraproject.org
Fri Jan 27 08:35:43 UTC 2012


commit d574435d4b565de5543087c64af5e5476a5cd6a0
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 27 08:35:39 2012 +0000

    test-stdalign is broken with i686 and GCC 4.7.

 libguestfs.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/libguestfs.spec b/libguestfs.spec
index 9904a2d..3bbe345 100644
--- a/libguestfs.spec
+++ b/libguestfs.spec
@@ -759,9 +759,7 @@ popd
 %ifarch %{ix86}
 # test-stdalign is broken with i686 and GCC 4.7.
 pushd gnulib/tests
-borked=test-stdalign
-make $borked ||:
-rm $borked
+borked="test-stdalign.o test-stdalign"
 touch $borked
 chmod +x $borked
 popd


More information about the scm-commits mailing list