This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: RFA: Enable gcc configure option --enable-__cxa_atexit by default
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: Nick Clifton <nickc at redhat dot com>
- Cc: gcc-patches at gcc dot gnu dot org
- Date: Fri, 17 Feb 2006 12:25:50 +0100
- Subject: Re: RFA: Enable gcc configure option --enable-__cxa_atexit by default
- References: <m31wy2b5hk.fsf@redhat.com>
> I did try to build a Solaris native toolchain, but I could not
> complete the builds. Not because of this patch but because I cannot
> seem to get any version of gcc to build under Solaris. I always end
> up with errors about unaligned relocations (usually in libiberty)
> and I do not know how to prevent them.
Do not build a compiler using the Sun tools with a compiler using the GNU
tools (the reverse operation is possible). In other words, configure
--with-as and --with-ld pointing to recent versions of GNU as and ld.
> So - may I apply this patch ?
What will happen on Solaris with it?
--
Eric Botcazou