This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: libstdc++v3 with --disable-__cxa_atexit still includes __cxa_atexit


I was compiling on an i686 glibc host to an arm uclibc host. After playing around, I found that turning on the --with-cpu=ep9312 flag makes it use __cxa_atexit, whereas if I just use --with-arch and -- with-tune flags atexit is used. I've already given up on using the -- with-cpu=ep9312 flag as it seems the fpu on the processor is missing some vital operations which break many things compiled for it. Let me know if you need more output and I can run everything again.

Thanks,
Chase

On Nov 13, 2006, at 4:28 AM, Benjamin Kosnik wrote:


What is the problem here? I'm assuming
I'm doing something wrong, but I'm hoping someone can help me out.

How are you compiling? How are you configuring? What is your host machine?

We cannot read minds. (yet)

-benjamin


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