From f12709ec5fba2544bf6711429a6a7217062af4f2 Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Tue, 27 Jul 2021 12:32:31 +0200 Subject: binutils: 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. --- gnu/packages/patches/binutils-loongson-workaround.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/patches/binutils-loongson-workaround.patch') diff --git a/gnu/packages/patches/binutils-loongson-workaround.patch b/gnu/packages/patches/binutils-loongson-workaround.patch index 68ab47de91..f05d6c3c96 100644 --- a/gnu/packages/patches/binutils-loongson-workaround.patch +++ b/gnu/packages/patches/binutils-loongson-workaround.patch @@ -13,7 +13,7 @@ Patch by Mark H Weaver . /* ...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; -- cgit v1.2.3