Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2002-06-19 21:39:26 +0400
committerDJ Delorie <dj@redhat.com>2002-06-19 21:39:26 +0400
commit676a64b87d76d8c0a518dbcb2e03d8ae4c59ced4 (patch)
tree846e2414403948b813bbe1b6fca22f6db74a1258
parent7f55c08c8656c73846f3e08ffe60777dd8dee8d3 (diff)
* configure.in: Eliminate ${gasdir} variable.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in3
2 files changed, 5 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 80dd05e9d..9f01674b4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
+
+ * configure.in: Eliminate ${gasdir} variable.
+
2002-06-18 Dave Brolley <brolley@redhat.com>
* configure.in: Add support for frv.
diff --git a/configure.in b/configure.in
index 1c5f71245..cf039a8db 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