mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-19 07:00:08 +00:00
aff9b37712
We can use long int on sparcv9, but on sparc64, we must match the int
type used by the kernel (and not long int, as in POSIX).
(cherry picked from commit 7c5e34d7f1
)
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
|