mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
This commit is contained in:
parent
514f9e321c
commit
387be08759
@ -1,3 +1,7 @@
|
||||
2000-06-21 Jes Sorensen <jes@linuxcare.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/ia64/Makefile: New file.
|
||||
|
||||
2000-06-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* io/Makefile (tests): Add test-stat.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-06-21 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* locales/pt_BR: Revert last change partly. Full weekday and month
|
||||
names are written with lowercase first letter.
|
||||
Patch by Henrique M. Holschuh <hmh@rcm.org.br>.
|
||||
|
||||
2000-06-21 Andreas Jaeger <aj@suse.de>
|
||||
|
||||
* tst-trans.c: Include <stdlib.h> and <string.h>.
|
||||
|
8
sysdeps/unix/sysv/linux/ia64/Makefile
Normal file
8
sysdeps/unix/sysv/linux/ia64/Makefile
Normal file
@ -0,0 +1,8 @@
|
||||
ifeq ($(subdir),csu)
|
||||
CFLAGS-initfini.s += -DWEAK_GMON_START
|
||||
endif
|
||||
|
||||
ifeq ($(subdir),misc)
|
||||
sysdep_headers += sys/io.h
|
||||
sysdep_routines += ioperm
|
||||
endif
|
Loading…
Reference in New Issue
Block a user