me
/
guix
Archived
1
0
Fork 0

binutils: Fix Loongson workaround.

This is a follow-up to 2fa26446a1 which
inadvertently inverted the value of this variable.

* gnu/packages/patches/binutils-loongson-workaround.patch: Flip variable value
as it was before 2fa26446a1.
master
Marius Bakke 2021-07-27 12:32:31 +02:00
parent bc9bcaf8e0
commit f12709ec5f
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ Patch by Mark H Weaver <mhw@netris.org>.
/* ...likewise -mfix-loongson2f-nop. */
-static bool mips_fix_loongson2f_nop;
+static bool mips_fix_loongson2f_nop = FALSE;
+static bool mips_fix_loongson2f_nop = TRUE;
/* True if -mfix-loongson2f-nop or -mfix-loongson2f-jump passed. */
static bool mips_fix_loongson2f;