glibc/sysdeps
Khem Raj 1a5d01e79e When disabling SSE, make sure -fpmath is not set to use SSE either
This fixes errors when we inject sse options through CFLAGS and now
that we have -Werror turned on by default this warning turns into an
error on x86:

$ gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -x c /dev/null -S -mno-sse -mno-mmx
/dev/null:1:0: warning: SSE instruction set disabled, using 387 arithmetics

Where as:

$ gcc -m32 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -x c /dev/null -S -mno-sse -mno-mmx -mfpmath=387

Generates no warnings.
2016-04-09 22:14:24 -04:00
..
aarch64
alpha
arm
generic hurd: Do not hide rtld symbols which need to be preempted 2016-03-20 19:51:42 +01:00
gnu
hppa
i386 When disabling SSE, make sure -fpmath is not set to use SSE either 2016-04-09 22:14:24 -04:00
ia64
ieee754 Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] 2016-03-31 12:14:33 -05:00
init_array
m68k
mach hurd: Add c++-types expected result 2016-03-20 22:16:34 +01:00
microblaze
mips
nacl
nios2
nptl
posix
powerpc powerpc: Add optimized P8 strspn 2016-04-07 15:51:28 -05:00
pthread
s390 S390: Use ahi instead of aghi in 32bit _dl_runtime_resolve. 2016-04-01 10:42:54 +02:00
sh
sparc
tile
unix Fix termios.h XCASE namespace (bug 19925). 2016-04-08 18:16:09 +00:00
wordsize-32
wordsize-64
x86 Remove Fast_Copy_Backward from Intel Core processors 2016-04-01 15:09:14 -07:00
x86_64 configure: fix test == usage 2016-04-09 20:05:13 -04:00