Kaydet (Commit) 7e105338 authored tarafından Tomas Chvatal's avatar Tomas Chvatal

Fix -mno-avx calls by removing weird OS check.

Change-Id: Icecceda1b36110757754bcdbcecaae307d015fc9
üst f69acf92
...@@ -198,9 +198,7 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\ ...@@ -198,9 +198,7 @@ $(eval $(call gb_Library_add_cxxflags,gcc3_uno,\
-fno-omit-frame-pointer \ -fno-omit-frame-pointer \
-fno-strict-aliasing \ -fno-strict-aliasing \
$(if $(filter TRUE,$(ENABLE_LTO)),-fno-lto) \ $(if $(filter TRUE,$(ENABLE_LTO)),-fno-lto) \
$(if $(filter I,$(OS)),\ $(if $(filter TRUE,$(HAVE_GCC_AVX)),-mno-avx)) \
$(if $(filter TRUE,$(HAVE_GCC_AVX)),\
-mno-avx)) \
)) ))
ifeq ($(filter ANDROID WNT,$(OS)),) ifeq ($(filter ANDROID WNT,$(OS)),)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment