From 02eca23b081598bf87e5b55eaeb3610bdef53b65 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 11 May 2001 16:48:44 +0000 Subject: 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 --- sysdeps/unix/sysv/linux/configure.in | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'sysdeps/unix/sysv/linux/configure.in') 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 -- cgit v1.2.3