This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: libtool upgrade broke libstdc++-v3 on Solaris
- To: Zack Weinberg <zackw at stanford dot edu>
- Subject: Re: libtool upgrade broke libstdc++-v3 on Solaris
- From: Alexandre Oliva <aoliva at redhat dot com>
- Date: 27 Mar 2001 22:10:28 -0300
- Cc: gcc-patches at gcc dot gnu dot org, libstdc++ at gcc dot gnu dot org, Mark Mitchell <mark at codesourcery dot com>, rth at redhat dot com, bkoz at redhat dot com
- Organization: GCC Team, Red Hat
- References: <ord7b2k94n.fsf@guarana.lsd.ic.unicamp.br>
Zack,
In case you're wondering why I've Cc:ed you in the previous
message...
I had intended to mention that this patch required the introduction of
another `case` construct in CXX_FOR_TARGET. You had reported problems
with the similar construct in libstdcxx_flags, but I couldn't
duplicate them, and I don't know whether you could repeat them later
either. Will you please let me know if this patch makes things even
worse for you? Thanks,
On Mar 27, 2001, Alexandre Oliva <aoliva@redhat.com> wrote:
> - CXX_FOR_TARGET='$$r/gcc/g++ -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
> + CXX_FOR_TARGET='$$r/gcc/`case $$dir in libstdc++-v3) echo xgcc ;; *) echo g++ ;; esac` -B$$r/gcc/ -nostdinc++ '$libstdcxx_flags
--
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