[Bug boehm-gc/46311] boehm-gc build problem with uclibc

2012-02-01 Thread dougmencken at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311

Douglas Mencken dougmencken at gmail dot com changed:

   What|Removed |Added

 Status|RESOLVED|UNCONFIRMED
 Resolution|MOVED   |

--- Comment #3 from Douglas Mencken dougmencken at gmail dot com 2012-02-01 
19:04:19 UTC ---
Re-opening this. uClibc can't stop defining __GLIBC__ due to compatibility with
a lot of stuff, especially ones which use autotools. 

I still must apply this patch:
ftp://ftp.osuosl.org/pub/manulix/scripts/build-scripts/PPFILES/ppfiles-gcc/boehm-gc_uclibc_gc.h.patch
to get the current GCC to be built with GCJ.

Also, by the way, in bdw-gc, starting from the
http://www.hpl.hp.com/personal/Hans_Boehm/gc/gc_source/bdwgc-7_2alpha5-20110107.tar.bz2
release, this issue has been already fixed.


[Bug boehm-gc/46311] boehm-gc build problem with uclibc

2012-02-01 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||INVALID

--- Comment #4 from Andrew Pinski pinskia at gcc dot gnu.org 2012-02-01 
19:51:58 UTC ---
This is a bug in uclibc defining __GLIBC__ and yes they partly get away with it
but that is still the bug.  Maybe if they define __GLIBC__ they should
implement all the features of glibc including execinfo.h .  This is why this is
not a beohm-gc issue but rather an uclibc issue.


[Bug boehm-gc/46311] boehm-gc build problem with uclibc

2012-01-31 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311

Andrew Pinski pinskia at gcc dot gnu.org changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution||MOVED

--- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org 2012-02-01 
02:44:23 UTC ---
__GLIBC__ should not be defined for uclibc so this is/was an uclibc issue.


[Bug boehm-gc/46311] boehm-gc build problem with uclibc

2010-11-07 Thread dje at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46311

David Edelsohn dje at gcc dot gnu.org changed:

   What|Removed |Added

 CC||Hans.Boehm at hp dot com

--- Comment #1 from David Edelsohn dje at gcc dot gnu.org 2010-11-07 19:57:00 
UTC ---
Boehm-GC bugs best are handled upstream by the Boehm-GC community.