glibc/sysdeps/unix/sysv/linux/microblaze/Makefile

10 lines
202 B
Makefile

ifeq ($(subdir),resource)
sysdep_routines += backtrace_linux
endif
ifeq ($(subdir),nptl)
# pull in __syscall_error routine
libpthread-routines += sysdep
libpthread-shared-only-routines += sysdep
endif