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]

Re: PATCH [v4]: Support the FreeBSD 5.0 system thread library model


On May 25, 2001, Loren James Rittle <rittle@latour.rsch.comm.mot.com> wrote:

> + 	if test x${thread_file} = xposix; then
> + 	  if test x${enable_libgcj} = xyes; then

What's wrong with

  test ... && test ...  ?

> As soon as this configuration at least bootstraps on FreeBSD, I will
> remove that fatal configuration error from the mainline.

I wonder if it wouldn't be better to add this special handling of
libgcj and threads to the top-level configure.in, so that we disable
libgcj, instead of forbidding this perfectly valid configuration for
all languages?

-- 
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    *Please* write to mailing lists, not to me


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