Fix quotation marks. Restore fatal_linker_warnings=false.

This commit is contained in:
Mikhail Novosyolov 2018-10-21 11:07:44 +03:00
parent a92102bca1
commit ac2d1f7a60

View file

@ -397,18 +397,18 @@ export NM=nm
%if %{use_linker} == "lld"
export LDFLAGS="$LDFLAGS -Wl,-z,notext"
%define use_another_linker "use_gold=false"
%define use_another_linker gold
%endif
%if %{use_linker} == "gold"
%define use_another_linker "use_lld=false"
%define use_another_linker lld
%endif
%else
%define is_clang false
# fake definition of linker to not have an empty string in build agruements
%define use_linker gold
%define use_another_linker "use_lld=false"
%define use_another_linker lld
%define use_linker_def false
%setup_compile_flags
CC=%{__cc}; export CC
@ -469,7 +469,8 @@ CXXFLAGS="$CXXFLAGS -Wno-error=attributes -Wno-error=comment -Wno-error=unused-v
google_default_client_id="%{google_default_client_id}" \
google_default_client_secret="%{google_default_client_secret}" \
use_%{use_linker}=%{use_linker_def} \
%{use_another_linker} \
use_%{use_another_linker}=false \
fatal_linker_warnings=false \
enable_nacl=false \
use_jumbo_build=true \
jumbo_file_merge_limit = %{is_limit}