[Bug libstdc++/47052] make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture

2012-04-07 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052

John Marino gnugcc at marino dot st changed:

   What|Removed |Added

 CC||gnugcc at marino dot st

--- Comment #3 from John Marino gnugcc at marino dot st 2012-04-07 06:48:47 
UTC ---
For what it's worth, this report is *not* invalid.

I'm attempting to cross-compile libstdc++-v3 from FreeBSD 9.0 to ARMv5 using
gcc 4.6.3 (the latest of the 4.6 series) and I'm hitting this error too.

In fairness, it's a patched version of gcc 4.6.3 to target Android on ARM. 
This was an attempt to extend the existing lang/gnatdroid-armv5 cross-compiler
port on FreeBSD to include c++, objC, and Fortran.

The commonality between the original report and mine is the cross-compile. 
maybe that's the case where the configure test is lacking.


[Bug libstdc++/47052] make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture

2012-04-07 Thread gnugcc at marino dot st
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052

--- Comment #4 from John Marino gnugcc at marino dot st 2012-04-07 07:20:00 
UTC ---
Adding --disable-sjlj-exceptions to the configure options will get one past
this error on the android/arm target.


[Bug libstdc++/47052] make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture

2011-01-27 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 Status|WAITING |RESOLVED
 CC||paolo.carlini at oracle dot
   ||com
 Resolution||INVALID

--- Comment #2 from Paolo Carlini paolo.carlini at oracle dot com 2011-01-27 
14:27:05 UTC ---
Feedback not forthcoming.


[Bug libstdc++/47052] make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture

2011-01-03 Thread paolo.carlini at oracle dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052

Paolo Carlini paolo.carlini at oracle dot com changed:

   What|Removed |Added

 Status|UNCONFIRMED |WAITING
   Last reconfirmed||2011.01.03 13:36:39
 Ever Confirmed|0   |1


[Bug libstdc++/47052] make: *** [configure-target-libstdc++-v3] Error 1 Cross compile GCC for Alpha Architecture

2010-12-30 Thread rwild at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47052

--- Comment #1 from Ralf Wildenhues rwild at gcc dot gnu.org 2010-12-30 
17:03:57 UTC ---
GCC 4.0.2 is old and not actively maintained any more.  Can you reproduce the
problem with version 4.3.5 or newer, ideally with trunk?