mirror of git://sourceware.org/git/glibc.git
15 lines
306 B
Makefile
15 lines
306 B
Makefile
# See Makeconfig regarding the use of default-abi.
|
|
default-abi := 64
|
|
|
|
sysdep-CFLAGS += -fcall-used-g6
|
|
LD += -melf64_sparc
|
|
|
|
ifeq ($(subdir),stdlib)
|
|
sysdep_routines += __start_context
|
|
endif
|
|
|
|
ifeq ($(subdir),conform)
|
|
# For bug 23821 (incorrect type of si_band).
|
|
conformtest-xfail-conds += sparc64-linux
|
|
endif
|