]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sat, 14 Mar 1998 19:44:22 +0000 (19:44 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 14 Mar 1998 19:44:22 +0000 (19:44 +0000)
1998-03-14  Ulrich Drepper  <drepper@cygnus.com>

* configure.in: Irix6 is an ELF platform.

ChangeLog
configure.in

index 53fc68b25923c3a527a8d86b30dc97ad3104c837..0ba7cba4eb4e7bd4fecf44f6e92ef51f26d74c09 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+1998-03-14  Ulrich Drepper  <drepper@cygnus.com>
+
+       * configure.in: Irix6 is an ELF platform.
+
 1998-03-14 11:47  H.J. Lu  <hjl@gnu.org>
 
        * elf/dl-close.c (_dl_close): Stop unmapping the segments after
index 0f3a9a70d5d6b5e5ad23aac4d9dc434a9ebe8dc4..4e136a37ba10e724ad54bce1e6d19ac994ae682a 100644 (file)
@@ -174,7 +174,7 @@ case "$host_os" in
 # i586-linuxaout is mangled into i586-pc-linux-gnuaout
 linux*ecoff* | linux*aout* | gnu*aout* | gnu*ecoff*)
   ;;
-gnu* | linux* | sysv4* | solaris2*)
+gnu* | linux* | sysv4* | solaris2* | irix6*)
   # These systems (almost) always use the ELF format.
   elf=yes
   ;;
This page took 0.068548 seconds and 5 git commands to generate.