about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/configure.in
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2001-05-11 16:48:44 +0000
committerAndreas Jaeger <aj@suse.de>2001-05-11 16:48:44 +0000
commit02eca23b081598bf87e5b55eaeb3610bdef53b65 (patch)
tree7d473b59d1eab373e97bf7f89eb3b3aa5eeae41a /sysdeps/unix/sysv/linux/configure.in
parenta26e67d3f1db9bf9a49e9558473ec17037181dcc (diff)
downloadglibc-02eca23b081598bf87e5b55eaeb3610bdef53b65.tar.gz
glibc-02eca23b081598bf87e5b55eaeb3610bdef53b65.tar.xz
glibc-02eca23b081598bf87e5b55eaeb3610bdef53b65.zip
Update.
	* sysdeps/unix/sysv/linux/configure.in: Move binutils check to...
	* sysdeps/unix/sysv/linux/mips/configure.in: ...here.  New file.

2001-05-11  Andreas Jaeger  <aj@suse.de>
Diffstat (limited to 'sysdeps/unix/sysv/linux/configure.in')
-rw-r--r--sysdeps/unix/sysv/linux/configure.in11
1 files changed, 0 insertions, 11 deletions
diff --git a/sysdeps/unix/sysv/linux/configure.in b/sysdeps/unix/sysv/linux/configure.in
index 7337b9d603..afe798218a 100644
--- a/sysdeps/unix/sysv/linux/configure.in
+++ b/sysdeps/unix/sysv/linux/configure.in
@@ -191,14 +191,3 @@ ${ac_prefix}/include directory out of the way.])
     AC_MSG_RESULT(ok)
   fi
 fi
-
-case "$machine" in
-  mips*)
-	AC_CHECK_PROG_VER(AS, $AS, --version,
-	  [GNU assembler.* \([0-9]*\.[0-9.]*\(-ia64-[0-9]*\)*\)],
-	  [2.11.90.0.[5-9]* | 2.11.90.[1-9]* | 2.11.9[1-9]* | 2.11.[1-9]* | 2.1[2-9]*| 2.[2-9]*], 
-	AC_MSG_WARN([*** Your binutils versions are too old.  
-*** We strongly advise to update binutils.  For details check 
-*** the FAQ and INSTALL documents.]))
-	;;
-esac