https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
Jeffrey A. Law changed:
What|Removed |Added
Status|UNCONFIRMED |RESOLVED
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
--- Comment #7 from Waldemar Brodkorb ---
I fixed it in uClibc-ng some time ago. So if you want you can
close the ticket.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
Waldemar Brodkorb changed:
What|Removed |Added
CC||wbx at openadk dot org
--- Comment #
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
Andrew Pinski changed:
What|Removed |Added
Keywords||build
Target|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
--- Comment #5 from Joseph S. Myers 2011-04-07
18:54:14 UTC ---
The real problem is that a large pile of logically host-only definitions are
included in tm.h for the target, and the real (but hard) fix would be to stop
target code from including
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
--- Comment #4 from Stu 2011-03-11
11:26:04 UTC ---
(In reply to comment #3)
> Maybe ucontext.h should only define these context ifdef __USE_GNU? That's what
> i386 and x86_64 appear to do.
Hi Bernd,
Unfortunately __USE_GNU is defined at this po
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47779
Bernd Schmidt changed:
What|Removed |Added
CC||bernds at gcc dot gnu.org
--- Comment #3