binutils: Fix Loongson workaround.
This is a follow-up to2fa26446a1
which inadvertently inverted the value of this variable. * gnu/packages/patches/binutils-loongson-workaround.patch: Flip variable value as it was before2fa26446a1
.
This commit is contained in:
parent
bc9bcaf8e0
commit
f12709ec5f
@ -13,7 +13,7 @@ Patch by Mark H Weaver <mhw@netris.org>.
|
|||||||
|
|
||||||
/* ...likewise -mfix-loongson2f-nop. */
|
/* ...likewise -mfix-loongson2f-nop. */
|
||||||
-static bool mips_fix_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. */
|
/* True if -mfix-loongson2f-nop or -mfix-loongson2f-jump passed. */
|
||||||
static bool mips_fix_loongson2f;
|
static bool mips_fix_loongson2f;
|
||||||
|
Loading…
Reference in New Issue
Block a user