mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-20 09:41:18 +00:00
Add some temporary definitions.
This commit is contained in:
parent
3f00c0d4ff
commit
2b56e51b2e
@ -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
|
Loading…
Reference in New Issue
Block a user