Enable bootstrap
This commit is contained in:
parent
424e9289e3
commit
98f077b650
@ -94,7 +94,7 @@ URL: https://sourceware.org/binutils
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Default: Not bootstrapping.
|
# Default: Not bootstrapping.
|
||||||
%bcond_with bootstrap
|
%bcond_without bootstrap
|
||||||
# Default: Not debug
|
# Default: Not debug
|
||||||
%bcond_with debug
|
%bcond_with debug
|
||||||
# Default: Always build documentation.
|
# 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.
|
# 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
|
# Then once GTS-gcc is built and in the buildroot, reset this variable
|
||||||
# to 0, bump the NVR and rebuild GTS-binutils.
|
# to 0, bump the NVR and rebuild GTS-binutils.
|
||||||
%define bootstrapping 0
|
%define bootstrapping 1
|
||||||
|
|
||||||
#----------------------------------------------------------------------------
|
#----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user