* [patch] tiny toplevel configure.in cleanup
@ 2002-06-19 10:26 Nathanael Nerode
2002-06-19 10:39 ` DJ Delorie
0 siblings, 1 reply; 3+ messages in thread
From: Nathanael Nerode @ 2002-06-19 10:26 UTC (permalink / raw)
To: gcc-patches; +Cc: gdb-patches, binutils, dj
This eliminates an unnecessary and confusing variable.
2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
* configure.in: Eliminate ${gasdir} variable.
Index: configure.in
===================================================================
RCS file: /cvsroot/gcc/gcc/configure.in,v
retrieving revision 1.154
diff -u -r1.154 configure.in
--- configure.in 18 Jun 2002 21:58:44 -0000 1.154
+++ configure.in 19 Jun 2002 17:25:54 -0000
@@ -402,7 +402,6 @@
esac
skipdirs=
-gasdir=gas
use_gnu_ld=
use_gnu_as=
@@ -1283,7 +1282,7 @@
# --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
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [patch] tiny toplevel configure.in cleanup
2002-06-19 10:26 [patch] tiny toplevel configure.in cleanup Nathanael Nerode
@ 2002-06-19 10:39 ` DJ Delorie
2002-06-19 11:56 ` Ian Lance Taylor
0 siblings, 1 reply; 3+ messages in thread
From: DJ Delorie @ 2002-06-19 10:39 UTC (permalink / raw)
To: neroden; +Cc: gcc-patches, gdb-patches, binutils
> 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
> * configure.in: Eliminate ${gasdir} variable.
Approved and applied. I wonder if there's an interesting story behind
that variable...
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [patch] tiny toplevel configure.in cleanup
2002-06-19 10:39 ` DJ Delorie
@ 2002-06-19 11:56 ` Ian Lance Taylor
0 siblings, 0 replies; 3+ messages in thread
From: Ian Lance Taylor @ 2002-06-19 11:56 UTC (permalink / raw)
To: DJ Delorie; +Cc: neroden, gcc-patches, gdb-patches, binutils
DJ Delorie <dj@redhat.com> writes:
> > 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
> > * configure.in: Eliminate ${gasdir} variable.
>
> Approved and applied. I wonder if there's an interesting story behind
> that variable...
There is an interesting story behind every variable.
This one has to do with the Motorola syntax assembler was used to
have. I think it was called mas, or something like that. Steve
Chamberlain wrote it in a weekend for some project or other.
Ian
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-06-19 18:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-19 10:26 [patch] tiny toplevel configure.in cleanup Nathanael Nerode
2002-06-19 10:39 ` DJ Delorie
2002-06-19 11:56 ` Ian Lance Taylor
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox