2 sysdep_routines += setfpucw
3 extra-objs += ieee-fpucw.o
4 headers += fpu_control.h
5 install-lib += libieee.a
8 $(objpfx)libieee.a: $(objpfx)ieee-fpucw.o
14 sysdep_routines += fxstat lxstat xstat
17 ifeq ($(subdir), misc)
18 sysdep_routines += xmknod mount umount s_ptrace
19 headers += sys/mount.h
22 ifeq ($(subdir), time)
23 sysdep_routines += adjtimex
24 headers += sys/timex.h
27 ifeq ($(subdir), socket)
28 headers += sys/socketcall.h
31 ifeq ($(subdir), sunrpc)
35 rtld-installed-name = ld-gnu.so.1
37 # Don't compile the ctype glue code, since there is no old non-GNU C library.