PATH: V3 Configury

Mark Mitchell mark@codesourcery.com
Tue Jan 23 01:00:00 GMT 2001


This patch attempts some of the configury improvements described in my
previous email to the libstdc++ list.

In addition, it fixes a bug in the building of libsupc++.a.  You have
to put `--tag disable-shared' last on the libtool command-line since
otherwise the `--tag CXX' overrides the setting of
build_libtool_libs=no, which is the whole point of --tag
disable-shared.  By compiling with `--tag CXX' and linking with `--tag
disable-shared', we were telling libtool two different things about
what we wanted done.

This is a step towards getting AIX to bootstrap out of the box.

I'll start a rebuild there now...

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com


More information about the Libstdc++ mailing list