blob: 9e12a0daa2491adbd8dd98c2a0c2c5dcb0296fd2 (
plain)
1
2
3
4
5
6
7
|
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
|