summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVyacheslav Barinov <v.barinov@samsung.com>2015-02-12 11:55:37 +0300
committerVyacheslav Barinov <v.barinov@samsung.com>2015-02-12 11:55:37 +0300
commit49693f7896df36be11619b4c1c0c2f6dc09fea42 (patch)
tree838bef39c487506dd5d8fdb56b2ee6922e562a5a
parent26645473de6713fde8664e750746472b2ee22078 (diff)
downloadglibc-accepted/tizen/tv/20150406.013743.tar.gz
glibc-accepted/tizen/tv/20150406.013743.tar.bz2
glibc-accepted/tizen/tv/20150406.013743.zip
Build both with -msse and -Werror causes cc1: all warnings being treated as errors dl-runtime.c:1:0: error: SSE instruction set disabled, using 387 arithmetics [-Werror] Change-Id: I4f62d652d12dd5b611e2ea51b03601abd2234385 Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
-rw-r--r--sysdeps/x86/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86/Makefile b/sysdeps/x86/Makefile
index 19f5eca741..81548bc761 100644
--- a/sysdeps/x86/Makefile
+++ b/sysdeps/x86/Makefile
@@ -1,6 +1,6 @@
ifeq ($(subdir),elf)
CFLAGS-.os += $(if $(filter $(@F),$(patsubst %,%.os,$(all-rtld-routines))),\
- -mno-sse -mno-mmx)
+ -mno-sse -mno-mmx -Wno-error)
tests-special += $(objpfx)tst-ld-sse-use.out
$(objpfx)tst-ld-sse-use.out: ../sysdeps/x86/tst-ld-sse-use.sh $(objpfx)ld.so