From: Ulrich Drepper Date: Sat, 12 Jan 2002 01:42:50 +0000 (+0000) Subject: Add framestate. X-Git-Tag: cvs/glibc-2-2-5~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac4ddec1ba703932074ec1fc91595bda640fc7ff;p=thirdparty%2Fglibc.git Add framestate. --- diff --git a/sysdeps/unix/sysv/linux/s390/s390-64/Makefile b/sysdeps/unix/sysv/linux/s390/s390-64/Makefile index e3c048b5a43..e4ed635725a 100644 --- a/sysdeps/unix/sysv/linux/s390/s390-64/Makefile +++ b/sysdeps/unix/sysv/linux/s390/s390-64/Makefile @@ -2,3 +2,11 @@ ifeq ($(subdir),misc) sysdep_routines += setfsgid setfsuid setresgid setresuid 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