mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-03 18:31:04 +00:00
8 lines
208 B
Makefile
8 lines
208 B
Makefile
|
ifeq ($(subdir), misc)
|
||
|
headers += alpha/regdef.h
|
||
|
|
||
|
sysdep_routines := $(sysdep_routines) \
|
||
|
ieee_get_fp_control ieee_set_fp_control fpu_control setfpucw \
|
||
|
sethae ioperm osf_sigprocmask fstatfs statfs
|
||
|
endif
|