From: Nathanael Nerode Date: Wed, 19 Jun 2002 17:39:21 +0000 (+0000) Subject: * configure.in: Eliminate ${gasdir} variable. X-Git-Tag: releases/gcc-3.3.0~4226 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b4caab5c9433517de5577934c38eb6e0ab6fa85c;p=thirdparty%2Fgcc.git * configure.in: Eliminate ${gasdir} variable. From-SVN: r54786 --- diff --git a/ChangeLog b/ChangeLog index 5ddec7441ab2..25cc24aae028 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-06-19 Nathanael Nerode + + * configure.in: Eliminate ${gasdir} variable. + 2002-06-18 Dave Brolley * configure.in: Add support for frv. diff --git a/configure.in b/configure.in index 1c5f71245325..cf039a8dbd4d 100644 --- a/configure.in +++ b/configure.in @@ -402,7 +402,6 @@ case "${enable_target_optspace}:${target}" in esac skipdirs= -gasdir=gas use_gnu_ld= use_gnu_as= @@ -1283,7 +1282,7 @@ fi # --without-gnu-ld options for the configure script. if test x${use_gnu_as} = x ; then - if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " ${gasdir} " > /dev/null 2>&1 && test -d ${srcdir}/${gasdir} ; then + if test x${with_gnu_as} != xno && echo " ${configdirs} " | grep " gas " > /dev/null 2>&1 && test -d ${srcdir}/gas ; then with_gnu_as=yes withoptions="$withoptions --with-gnu-as" fi