mirror of git://sourceware.org/git/glibc.git
36 lines
669 B
Makefile
36 lines
669 B
Makefile
ifeq ($(subdir), io)
|
|
sysdep_routines += fxstat lxstat xstat
|
|
endif
|
|
|
|
ifeq ($(subdir), misc)
|
|
sysdep_routines += xmknod mount umount s_ptrace
|
|
headers += sys/mount.h
|
|
endif
|
|
|
|
#ifeq ($(subdir), posix)
|
|
#sysdep_routines := $(sysdep_routines) setpgrp
|
|
#endif
|
|
|
|
ifeq ($(subdir), time)
|
|
sysdep_routines := $(sysdep_routines) adjtimex
|
|
headers += sys/timex.h
|
|
endif
|
|
|
|
ifeq ($(subdir), sysvipc)
|
|
sysdep_routines := $(sysdep_routines) ipc
|
|
endif
|
|
|
|
ifeq ($(subdir), socket)
|
|
headers += sys/socketcall.h
|
|
endif
|
|
|
|
ifeq ($(subdir), sunrpc)
|
|
headers += nfs/nfs.h
|
|
endif
|
|
|
|
rtld-installed-name = ld-gnu.so.1
|
|
|
|
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
|
inhibit-glue = yes
|
|
|