Re: [PATCH] libgloss: riscv: Install machine/syscall.h
Simon Cook <[email protected]>
| Newsgroups | gmane.comp.lib.newlib |
|---|---|
| Message-ID | <[email protected]> |
Hi Corinna, My understanding is Makefile.am includes riscv/Makefile.inc which is the only file I manually edited, the Makefile.in changes were just those made when I ran automake in the libgloss folder after the Makefile.inc change. I'm not quite sure what bit I'm missing adding to Makefile.am directly? Thanks, Simon On 19/10/2022 12:47, Corinna Vinschen wrote: > 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 >