1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00
Files
glibc/sysdeps/unix/sysv/linux/s390/s390-64/Makefile
2012-07-19 15:58:17 +02:00

19 lines
363 B
Makefile

# See Makeconfig regarding the use of default-abi.
default-abi := 64
ifeq ($(subdir),misc)
sysdep_headers += sys/elf.h
endif
ifeq ($(subdir),elf)
ifeq (yes,$(build-shared))
# This is needed to support g++ v2 and v3.
sysdep_routines += framestate
shared-only-routines += framestate
endif
endif
ifeq ($(subdir),stdlib)
sysdep_routines += __makecontext_ret
endif