Properly terminate FDE in makecontext for ix86 (bug 18635)
[glibc.git] / sysdeps / i386 / i686 / Makefile
blob5ce9fc670ab8cd4d2ad787566ab262e0d5d2632c
1 # So that we can test __m128's alignment
2 stack-align-test-flags += -msse
4 ifeq ($(subdir),string)
5 sysdep_routines += cacheinfo
6 endif
8 ifeq (yes,$(config-asflags-i686))
9 CFLAGS-.o += -Wa,-mtune=i686
10 CFLAGS-.os += -Wa,-mtune=i686
11 CFLAGS-.op += -Wa,-mtune=i686
12 CFLAGS-.og += -Wa,-mtune=i686
13 CFLAGS-.oS += -Wa,-mtune=i686
15 ASFLAGS-.o += -Wa,-mtune=i686
16 ASFLAGS-.os += -Wa,-mtune=i686
17 ASFLAGS-.op += -Wa,-mtune=i686
18 ASFLAGS-.og += -Wa,-mtune=i686
19 ASFLAGS-.oS += -Wa,-mtune=i686
20 endif