Skip a test that randomly fails on ARMv7: . --- a/tests/mpz/reuse.c +++ b/tests/mpz/reuse.c @@ -213,6 +213,7 @@ main (int argc, char **argv) mpz_t bs; unsigned long bsi, size_range; + exit (77); /* skip */ tests_start (); TESTS_REPS (reps, argv, argc); ackages/patches/java-powermock-fix-java-files.patch?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author<
2021-07-27binutils: Fix Loongson workaround....This is a follow-up to 2fa26446a186664c6364de0536380e43113dc95f which inadvertently inverted the value of this variable. * gnu/packages/patches/binutils-loongson-workaround.patch: Flip variable value as it was before 2fa26446a186. Marius Bakke
2021-07-23gnu: binutils: Update to 2.37....* gnu/packages/patches/binutils-loongson-workaround.patch: Adjust for upstream changes. * gnu/packages/patches/binutils-libiberty-endianness-bug.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/base.scm (binutils): Update to 2.37. [source](patches): Remove obsolete patch. Marius Bakke