mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
32a392b61c
(config-LDFLAGS): Variable removed.
31 lines
563 B
Makefile
31 lines
563 B
Makefile
ifeq ($(subdir), io)
|
|
sysdep_routines := $(sysdep_routines) fxstat lxstat xstat
|
|
endif
|
|
|
|
ifeq ($(subdir), misc)
|
|
sysdep_routines := $(sysdep_routines) xmknod
|
|
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
|