mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-04 19:00:09 +00:00
24 lines
679 B
Makefile
24 lines
679 B
Makefile
# XXX For now always link against the syscalls export file.
|
|
# This is a hack until the import/export stuff is worked out.
|
|
+postctor += /lib/syscalls.exp
|
|
|
|
ifeq ($(subdir),misc)
|
|
sysdep_routines += dl-libc dl-open dl-sym dl-close uitrunc
|
|
endif
|
|
|
|
ifeq ($(subdir),login)
|
|
sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
|
|
pututxline utmpxname
|
|
|
|
#sysdep_headers += utmpx.h bits/utmpx.h
|
|
#sysdep_headers += bits/utmp.h bits/utmpx.h
|
|
endif
|
|
|
|
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
|
inhibit-glue = yes
|
|
|
|
# XXX Don't know yet why this is needed in the moment.
|
|
ifeq ($(subdir),timezone)
|
|
CPPFLAGS-zic.c = -Dunix
|
|
endif
|