https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
--- Comment #6 from Andrew Pinski ---
> musl does not depend/use gcc's private headers
Which is wrong and broken.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
Andrew Pinski changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
--- Comment #4 from Andrew Pinski ---
Note this patch does not work as OPTION_MUSL is not defined for all targets.
e.g. *-*-darwin and *-*-elf* targets do not define it.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
--- Comment #3 from Jonathan Wakely ---
Please send patch to the gcc-patches mailing list rather than attaching them
here.
https://gcc.gnu.org/contribute.html#patches
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
Khem Raj changed:
What|Removed |Added
Attachment #58366|0 |1
is obsolete|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115368
--- Comment #1 from Khem Raj ---
Created attachment 58366
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58366&action=edit
potential fix
This patch uses -idirafter instead of -iprefix when building for musl. This
fixes the issue as the se