This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Obsolete configurations - FINAL


On Apr 22, 2002, Zack Weinberg <zack@codesourcery.com> wrote:

> +    if test "x$enable_obsolete" = x; then
> +      echo "*** Configuration $machine is obsolete." >&2
> +      echo "*** Specify --enable-obsolete to build it anyway." >&2

I'd change the test to say `"x$enable_obsolete" != xyes', such that
--disable-obsolete doesn't have the same effect as --enable-obsolete.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]