mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 23:10:06 +00:00
18c9d62b9c
* sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here.... * sysdeps/sparc/sparc32/Makefile: rather than here... * sysdeps/sparc/sparc64/Makefile: and here.
18 lines
330 B
Makefile
18 lines
330 B
Makefile
ifeq ($(subdir),csu)
|
|
sysdep_routines += hp-timing
|
|
elide-routines.os += hp-timing
|
|
endif
|
|
|
|
ifeq ($(subdir),string)
|
|
sysdep_routines += align-cpy
|
|
endif
|
|
|
|
ifeq ($(have-as-vis3),yes)
|
|
ASFLAGS-.o += -Wa,-Av9d
|
|
ASFLAGS-.os += -Wa,-Av9d
|
|
ASFLAGS-.op += -Wa,-Av9d
|
|
ASFLAGS-.og += -Wa,-Av9d
|
|
ASFLAGS-.ob += -Wa,-Av9d
|
|
ASFLAGS-.oS += -Wa,-Av9d
|
|
endif
|