Disable -Werror for a bootstrap build
This commit is contained in:
parent
5d3d5d4542
commit
c041cd3d0c
@ -22,6 +22,9 @@
|
|||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%define disable_werror 1
|
%define disable_werror 1
|
||||||
%endif
|
%endif
|
||||||
|
# Disable -Werror if we're bootstrapping
|
||||||
|
%{!?_with_bootstrap: %global disable_werror 1}
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# Auxiliary arches are those arches that can be built in addition
|
# Auxiliary arches are those arches that can be built in addition
|
||||||
# to the core supported arches. You either install an auxarch or
|
# to the core supported arches. You either install an auxarch or
|
||||||
|
Loading…
Reference in New Issue
Block a user