Re: [PATCH] libgloss: arm: break newlib dependency
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
On Jan 3 22:06, Mike Frysinger wrote: > On 04 Jan 2023 03:17, Stefan Tauner wrote: > > wouldn't it make sense to add the "include" directory itself to the > > build process(es) as include directory instead of prepending it to all > > #include statements? > > the include/ dir has headers that conflict with standard headers like > getopt.h. this causes build failures. > -mike What about using -idirafter instead? Corinna