Re: [PATCH] libgloss: riscv: Install machine/syscall.h
Corinna Vinschen <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <Y0/[email protected]> |
Hi Simon, On Oct 18 21:53, Simon Cook wrote: > A recent change to the Makefile.in for riscv resulted in the > machine/syscall.h header not being installed. This updates the file > to install this file again. > > Signed-off-by: Simon Cook <[email protected]> > --- > libgloss/Makefile.in | 68 +++++++++++++++++++++++++------------ This change needs to go into Makefile.am, Makefile.in gets just recreated from there... Thanks, Corinna