(sysdep-routines): Add framestate.
This commit is contained in:
parent
9bfdd6609c
commit
decdce5e7c
@ -23,3 +23,11 @@ ifeq ($(subdir),signal)
|
||||
sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait \
|
||||
rt_sigqueueinfo rt_sigaction rt_sigpending
|
||||
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
|
||||
|
@ -19,4 +19,10 @@ sysdep-dl-routines += dl-procinfo
|
||||
sysdep_routines += dl-procinfo
|
||||
# extra shared linker files to link only into dl-allobjs.so
|
||||
sysdep-rtld-routines += dl-procinfo
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
# This is needed to support g++ v2 and v3.
|
||||
sysdep_routines += framestate
|
||||
shared-only-routines += framestate
|
||||
endif
|
||||
endif
|
||||
|
@ -10,6 +10,12 @@ endif
|
||||
ifeq ($(subdir),elf)
|
||||
sysdep-others += lddlibc4
|
||||
install-bin += lddlibc4
|
||||
|
||||
ifeq (yes,$(build-shared))
|
||||
# This is needed to support g++ v2 and v3.
|
||||
sysdep_routines += framestate
|
||||
shared-only-routines += framestate
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),resource)
|
||||
|
@ -9,3 +9,11 @@ sysdep_routines += cachectl cacheflush sysmips _test_and_set
|
||||
|
||||
sysdep_headers += sys/cachectl.h sys/sysmips.h sys/tas.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
|
||||
|
Loading…
Reference in New Issue
Block a user