mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
8837917cf1
This was used by --enable-omitfp, and the bulk of it was removed in this
commit:
commit bdeba1354b
Author: Ulrich Drepper <drepper@gmail.com>
Date: Sat Jan 7 11:29:31 2012 -0500
Remove --enable-omitfp support
13 lines
317 B
Makefile
13 lines
317 B
Makefile
# 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
|