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: [g++] find build_headers, toplevel


On Dec 18, 2000, Benjamin Kosnik <bkoz@redhat.com> wrote:

> 	* Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize. 
> 	(libstdcxx_incdir): Pass down.

Ok

> 	* config.if: Remove expired bits for cxx_interface. 

IIRC, cxx_interface was supposed to be used as something that would
change whenever the C++ ABI changed, even if the libstdc++ API
remained constant.

It would probably be a good idea to use libc_interface and
cxx_interface when building libstdc++-v3's.  Libtool's -release flag
would be the most appropriate to encode this information in the
library SONAMEs.

> 	(libstdcxx_incdir): Add variable for g++ include directory.
> 	* configure.in (gxx_include_dir): Use it.

Ok

-- 
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]