mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-30 08:40: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.
20 lines
394 B
Makefile
20 lines
394 B
Makefile
sysdep-CFLAGS += -mcpu=ultrasparc -Wa,-Av9a
|
|
|
|
ifeq ($(have-as-vis3),yes)
|
|
ASFLAGS-.o += -Wa,-Av9d
|
|
ASFLAGS-.os += -Wa,-Av9d
|
|
ASFLAGS-.op += -Wa,-Av9d
|
|
ASFLAGS-.og += -Wa,-Av9d
|
|
ASFLAGS-.oS += -Wa,-Av9d
|
|
else
|
|
ASFLAGS-.o += -Wa,-Av9a
|
|
ASFLAGS-.os += -Wa,-Av9a
|
|
ASFLAGS-.op += -Wa,-Av9a
|
|
ASFLAGS-.og += -Wa,-Av9a
|
|
ASFLAGS-.oS += -Wa,-Av9a
|
|
endif
|
|
|
|
ifeq ($(subdir), nptl)
|
|
libpthread-routines += cpu_relax
|
|
endif
|