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 #----------------------------------------------------------------------------