mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-29 16:21:07 +00:00
428dd03f5a
Without HP_TIMING_ACCUM, dl_hp_timing_overhead is write-only. If we remove it, there's no point in HP_TIMING_DIFF_INIT either.
21 lines
478 B
Makefile
21 lines
478 B
Makefile
# So that we can test __m128's alignment
|
|
stack-align-test-flags += -msse
|
|
|
|
ifeq ($(subdir),string)
|
|
sysdep_routines += cacheinfo
|
|
endif
|
|
|
|
ifeq (yes,$(config-asflags-i686))
|
|
CFLAGS-.o += -Wa,-mtune=i686
|
|
CFLAGS-.os += -Wa,-mtune=i686
|
|
CFLAGS-.op += -Wa,-mtune=i686
|
|
CFLAGS-.og += -Wa,-mtune=i686
|
|
CFLAGS-.oS += -Wa,-mtune=i686
|
|
|
|
ASFLAGS-.o += -Wa,-mtune=i686
|
|
ASFLAGS-.os += -Wa,-mtune=i686
|
|
ASFLAGS-.op += -Wa,-mtune=i686
|
|
ASFLAGS-.og += -Wa,-mtune=i686
|
|
ASFLAGS-.oS += -Wa,-mtune=i686
|
|
endif
|