mirror of
https://sourceware.org/git/glibc.git
synced 2025-01-07 10:00:07 +00:00
8 lines
168 B
Makefile
8 lines
168 B
Makefile
|
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
|