diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 18:01:49 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-06-21 18:01:49 +0000 |
commit | 387be0875946c3c3328288b47a4f8a5534064b69 (patch) | |
tree | f6ecc0d637ba843561d85bfe1fe61b54a7e052d8 /sysdeps/unix | |
parent | 514f9e321c2970385d1c36bb93f3dcfe8c099d9e (diff) | |
download | glibc-387be0875946c3c3328288b47a4f8a5534064b69.tar.gz glibc-387be0875946c3c3328288b47a4f8a5534064b69.tar.xz glibc-387be0875946c3c3328288b47a4f8a5534064b69.zip |
Update.
2000-06-21 Jes Sorensen <jes@linuxcare.com> * sysdeps/unix/sysv/linux/ia64/Makefile: New file.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/ia64/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/ia64/Makefile b/sysdeps/unix/sysv/linux/ia64/Makefile new file mode 100644 index 0000000000..33a63b240a --- /dev/null +++ b/sysdeps/unix/sysv/linux/ia64/Makefile @@ -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 |