about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/mips/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/mips/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/mips/configure.in')
-rw-r--r--sysdeps/unix/sysv/linux/mips/configure.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/configure.in b/sysdeps/unix/sysv/linux/mips/configure.in
new file mode 100644
index 0000000000..e5c301db48
--- /dev/null
+++ b/sysdeps/unix/sysv/linux/mips/configure.in
@@ -0,0 +1,10 @@
+sinclude(./aclocal.m4)dnl Autoconf lossage
+GLIBC_PROVIDES dnl See aclocal.m4 in the top level source directory.
+# Local configure fragment for sysdeps/unix/sysv/linux/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.]))