1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-11 21:41:51 +03:00
Files
glibc/sysdeps/unix/sysv/linux/sh/Makefile

13 lines
218 B
Makefile

ifeq ($(subdir),io)
sysdep_routines += pipe
endif
ifeq ($(subdir),stdlib)
gen-as-const-headers += ucontext_i.sym
endif
ifeq ($(subdir),math)
# The libm.so link can't find __fpscr_values
libm.so-no-z-defs = yes
endif