]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Add framestate.
authorUlrich Drepper <drepper@redhat.com>
Sat, 12 Jan 2002 01:42:50 +0000 (01:42 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 12 Jan 2002 01:42:50 +0000 (01:42 +0000)
sysdeps/unix/sysv/linux/s390/s390-64/Makefile

index e3c048b5a43aa0c7baca1c54f3b0a5a00e1892fc..e4ed635725aebc30a7b8c5f023e127090c0a6bc7 100644 (file)
@@ -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