From: Ulrich Drepper Date: Wed, 4 Apr 2001 01:17:41 +0000 (+0000) Subject: Remove /usr/lib/crt0.o added dl-libc, dl-open,dl-sym, dl-close to misc. X-Git-Tag: upstream/2.30~10627^2~2012 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1abb612d81d8563512285c268694f92c8e560283;p=external%2Fglibc.git Remove /usr/lib/crt0.o added dl-libc, dl-open,dl-sym, dl-close to misc. --- diff --git a/sysdeps/unix/sysv/aix/Makefile b/sysdeps/unix/sysv/aix/Makefile index 9aa48d1..dc91f8f 100644 --- a/sysdeps/unix/sysv/aix/Makefile +++ b/sysdeps/unix/sysv/aix/Makefile @@ -2,18 +2,16 @@ # This is a hack until the import/export stuff is worked out. +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) -sysdep_routines += dl-open dl-sym dl-close uitrunc +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 += 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.