2000-06-21  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/unix/sysv/linux/ia64/Makefile: New file.
This commit is contained in:
Ulrich Drepper 2000-06-21 18:01:49 +00:00
parent 514f9e321c
commit 387be08759
3 changed files with 18 additions and 0 deletions

View File

@ -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.

View File

@ -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>.

View 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