mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 17:40:06 +00:00
Remove /usr/lib/crt0.o added dl-libc, dl-open,dl-sym, dl-close to misc.
This commit is contained in:
parent
0b3ec5b028
commit
1abb612d81
@ -2,18 +2,16 @@
|
|||||||
# This is a hack until the import/export stuff is worked out.
|
# This is a hack until the import/export stuff is worked out.
|
||||||
+postctor += /lib/syscalls.exp
|
+postctor += /lib/syscalls.exp
|
||||||
|
|
||||||
# XXX This is a hack until we have the possibility to generate out own crt0.
|
|
||||||
static-start-installed-name = /usr/lib/crt0.o
|
|
||||||
|
|
||||||
ifeq ($(subdir),misc)
|
ifeq ($(subdir),misc)
|
||||||
sysdep_routines += dl-open dl-sym dl-close uitrunc
|
sysdep_routines += dl-libc dl-open dl-sym dl-close uitrunc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(subdir),login)
|
ifeq ($(subdir),login)
|
||||||
sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
|
sysdep_routines += setutxent getutxent endutxent getutxid getutxline \
|
||||||
pututxline utmpxname
|
pututxline utmpxname
|
||||||
|
|
||||||
sysdep_headers += utmpx.h bits/utmpx.h
|
#sysdep_headers += utmpx.h bits/utmpx.h
|
||||||
|
#sysdep_headers += bits/utmp.h bits/utmpx.h
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
# Don't compile the ctype glue code, since there is no old non-GNU C library.
|
||||||
|
Loading…
Reference in New Issue
Block a user