libstdc++v3 with --disable-__cxa_atexit still includes __cxa_atexit
Chase Douglas
cndougla@purdue.edu
Mon Nov 13 13:22:00 GMT 2006
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
More information about the Libstdc++
mailing list