mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
i386: Remove -Wa,-mtune=i686
gas -mtune= may change NOP generating patterns but -mtune=i686 has no difference from the default by inspecting .o and .os files. Note: Clang doesn't support -Wa,-mtune=i686.
This commit is contained in:
parent
ec9013727d
commit
c5bec9d491
@ -1,12 +1,2 @@
|
||||
# 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
|
||||
|
Loading…
Reference in New Issue
Block a user