Enable bootstrap

This commit is contained in:
Andrew Lukoshko 2025-08-22 19:39:59 +00:00
parent 7554242d89
commit 0fd99edcce

View File

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