mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
2002-04-30 Jakub Jelinek <jakub@redhat.com> * locale/programs/locarchive.c (create_archive): Add archivefname argument, create fname from it. (enlarge_archive): Honour output_prefix. (open_archive): Likewise. 2002-04-30 Jakub Jelinek <jakub@redhat.com> * locale/programs/locarchive.c (add_locales_to_archive): Don't nest too many stpcpy macros. 2002-04-26 Bruno Haible <bruno@clisp.org> * locale/programs/ld-collate.c (collate_read): Cast first argument for "%.*s" to int. 2002-04-26 Bruno Haible <bruno@clisp.org> * include/libintl.h (__ngettext, __dngettext, __dcngettext, __dcngettext_internal): New declarations. (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add attribute declarations.cvs/fedora-2_3-branch
9 changed files with 66 additions and 21 deletions
@ -0,0 +1,9 @@ |
|||
ifeq ($(subdir),linuxthreads) |
|||
# gcc -m64 has /usr/lib64/crti.o hardcoded in the specs file, because otherwise
|
|||
# it would normally find 32bit crti.o.
|
|||
LDFLAGS-pthread.so += -specs=$(objpfx)specs |
|||
before-compile += $(objpfx)specs |
|||
generated += specs |
|||
$(objpfx)specs: |
|||
$(CC) $(CFLAGS) $(CPPFLAGS) -dumpspecs | sed 's_/usr/lib64/crti.o_crti.o_g' > $@ |
|||
endif |
|||
Loading…
Reference in new issue