From 98f077b650375499ba193bf27cda76be5cc592ea Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 5 Nov 2024 13:05:43 +0300 Subject: [PATCH] Enable bootstrap --- SPECS/binutils.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SPECS/binutils.spec b/SPECS/binutils.spec index 77e19d9..c5fdf96 100644 --- a/SPECS/binutils.spec +++ b/SPECS/binutils.spec @@ -94,7 +94,7 @@ URL: https://sourceware.org/binutils %endif # Default: Not bootstrapping. -%bcond_with bootstrap +%bcond_without bootstrap # Default: Not debug %bcond_with debug # Default: Always build documentation. @@ -157,7 +157,7 @@ URL: https://sourceware.org/binutils # Bootstrapping: Set this to 1 to build annobin 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 #----------------------------------------------------------------------------