From: Ulrich Drepper Date: Mon, 17 Apr 2000 21:11:22 +0000 (+0000) Subject: Add some temporary definitions. X-Git-Tag: glibc-2.16-ports-before-merge~2478 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b56e51b2ea1bca02cac2ac06d002100d6fdbca8;p=thirdparty%2Fglibc.git Add some temporary definitions. --- diff --git a/sysdeps/unix/sysv/aix/Makefile b/sysdeps/unix/sysv/aix/Makefile index e69de29bb2d..c94b9d45b63 100644 --- a/sysdeps/unix/sysv/aix/Makefile +++ b/sysdeps/unix/sysv/aix/Makefile @@ -0,0 +1,18 @@ +# 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 + +# 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 +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