summaryrefslogtreecommitdiff
path: root/sysdeps/i386/i686/Makefile
blob: 311042787b45dbbb8db5b5c76dfb315f29e1af51 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# So that we can test __m128's alignment
stack-align-test-flags += -msse

CFLAGS-.o += -Wa,-mtune=i686
CFLAGS-.os += -Wa,-mtune=i686
CFLAGS-.op += -Wa,-mtune=i686
CFLAGS-.oS += -Wa,-mtune=i686

ASFLAGS-.o += -Wa,-mtune=i686
ASFLAGS-.os += -Wa,-mtune=i686
ASFLAGS-.op += -Wa,-mtune=i686
ASFLAGS-.oS += -Wa,-mtune=i686