Revert automatic setting of -with-gnu-ld and -with-gnu-as.
authorIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 18:49:02 +0000 (18:49 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 1 Apr 1993 18:49:02 +0000 (18:49 +0000)
ChangeLog
configure.in

index 14c8348..bd64a65 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,6 @@
 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
 
-       * configure.in: Build gas for mips-*-*.  If configuring gas and/or
-       ld, and the source directories exist, assume -with-gnu-as and/or
-       -with-gnu-ld.
+       * configure.in: Build gas for mips-*-*.
 
 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
 
index e74dd27..b66fafa 100644 (file)
@@ -193,14 +193,15 @@ case "${target}" in
 esac
 
 # Set with_gnu_as and with_gnu_ld as appropriate.
-if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
-  with_gnu_as=yes
-  withoptions="$withoptions -with-gnu-as"
-fi
-if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
-  with_gnu_ld=yes
-  withoptions="$withoptions -with-gnu-ld"
-fi
+# This is commented out for now.
+#if [ x${with_gnu_as} != xyes ] && echo ${configdirs} | grep gas > /dev/null && [ -d ${srcdir}/gas ]; then
+#  with_gnu_as=yes
+#  withoptions="$withoptions -with-gnu-as"
+#fi
+#if [ x${with_gnu_ld} != xyes ] && echo ${configdirs} | grep ld > /dev/null && [ -d ${srcdir}/ld ]; then
+#  with_gnu_ld=yes
+#  withoptions="$withoptions -with-gnu-ld"
+#fi
 
 target_makefile_frag=config/mt-${bfd_target}