This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [patch] Only build personality routine for SymbianOS.
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Paul Brook <paul at codesourcery dot com>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 19 Jan 2006 13:16:49 -0600
- Subject: Re: [patch] Only build personality routine for SymbianOS.
- References: <200601181713.50296.paul@codesourcery.com>
> 2006-01-18 Paul Brook <paul@codesourcery.com>
>
> Merge from csl-arm-branch
> 2005-03-10 Julian Brown <julian@codesourcery.com>
> * configure.ac (LIBSUPCXX_PRONLY): New AM_CONDITIONAL: yes if we are
> compiling for SymbianOS on ARM.
> * include/Makefile.am: Don't install C++ headers if LIBSUPCXX_PRONLY
> is true.
> * libsupc++/Makefile.am: Include only eh_personality.cc in libsupc++
> if LIBSUPCXX_PRONLY is true.
> * Makefile.in: Regenerate.
> * configure: Regenerate.
> * include/Makefile.in: Regenerate.
> * libmath/Makefile.in: Regenerate.
> * libsupc++/Makefile.in: Regenerate.
> * po/Makefile.in: Regenerate.
> * src/Makefile.in: Regenerate.
> * testsuite/Makefile.in: Regenerate.
Please hang on with this, at least till tomorrow.
-benjamin