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]
Other format: [Raw text]

Re: RFA: Enable gcc configure option --enable-__cxa_atexit by default


>   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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]