summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-14 19:44:22 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-14 19:44:22 +0000
commitba909880482d873bbc859f3f8b6aaa1728ba78f3 (patch)
tree39f8f451ac1980fdd832bd972d30ecbfbed3a33a
parentf802accba41c85a2c122f7461282f8a1b5328379 (diff)
downloadglibc-ba909880482d873bbc859f3f8b6aaa1728ba78f3.tar.gz
glibc-ba909880482d873bbc859f3f8b6aaa1728ba78f3.tar.xz
glibc-ba909880482d873bbc859f3f8b6aaa1728ba78f3.zip
Update.
1998-03-14  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Irix6 is an ELF platform.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 53fc68b259..0ba7cba4eb 100644
--- 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
diff --git a/configure.in b/configure.in
index 0f3a9a70d5..4e136a37ba 100644
--- a/configure.in
+++ b/configure.in
@@ -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
   ;;