On Sat, 2023-04-29 at 12:05 -0600, Jeff Law wrote:
> 
> 
> On 4/15/23 06:01, Xi Ruoyao via Gcc-patches wrote:
> > This prevents a spurious message building a cross-compiler when
> > target
> > libc is not installed yet:
> > 
> >      cc1: error: no include path in which to search for stdc-
> > predef.h
> > 
> > As stdc-predef.h was added to define __STDC_* macros by libc, it's
> > unlikely the header will ever contain some bad definitions w/o "__"
> > prefix so it should be safe.
> > 
> > gcc/ChangeLog:
> > 
> >         PR other/109522
> >         * Makefile.in (s-macro_list): Pass -nostdinc to
> >         $(GCC_FOR_TARGET).
> OK.  Thanks.
> 
> jeff

Pushed r14-544.

-- 
Xi Ruoyao <xry...@xry111.site>
School of Aerospace Science and Technology, Xidian University

Reply via email to