From 0fd99edcce6c0e3b336f655cf647516bf5b06a6c Mon Sep 17 00:00:00 2001 From: Andrew Lukoshko Date: Fri, 22 Aug 2025 19:39:59 +0000 Subject: [PATCH] Enable bootstrap --- binutils.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/binutils.spec b/binutils.spec index 1555820..94723bc 100644 --- a/binutils.spec +++ b/binutils.spec @@ -154,7 +154,7 @@ URL: https://sourceware.org/binutils # Bootstrapping: Set this to 1 to build the binutils with the system gcc. # Then once GTS-gcc is built and in the buildroot, reset this variable # to 0, bump the NVR and rebuild GTS-binutils. -%define bootstrapping 0 +%define bootstrapping 1 #----End of Configure Options------------------------------------------------