mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 02:11:08 +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
23 lines
462 B
Makefile
23 lines
462 B
Makefile
sysdep-CFLAGS += -mcpu=ultrasparc -Wa,-Av9a -mvis
|
|
|
|
ifeq ($(have-as-vis3),yes)
|
|
ASFLAGS-.o += -Wa,-Av9d
|
|
ASFLAGS-.os += -Wa,-Av9d
|
|
ASFLAGS-.op += -Wa,-Av9d
|
|
ASFLAGS-.oS += -Wa,-Av9d
|
|
else
|
|
ASFLAGS-.o += -Wa,-Av9a
|
|
ASFLAGS-.os += -Wa,-Av9a
|
|
ASFLAGS-.op += -Wa,-Av9a
|
|
ASFLAGS-.oS += -Wa,-Av9a
|
|
endif
|
|
|
|
# nscd uses atomic_spin_nop which in turn requires cpu_relax
|
|
ifeq ($(subdir),nscd)
|
|
routines += cpu_relax
|
|
endif
|
|
|
|
ifeq ($(subdir), nptl)
|
|
libpthread-routines += cpu_relax
|
|
endif
|