LGTM for RISC-V part, thanks :) But I guess the gcc/Makefile.in part might need other guys to approve, (maybe Jeff can help?)
Nathan Sidwell <[email protected]> 於 2026年7月6日週一 下午10:03寫道: > > Ping? > > > On 23/06/2026 08:54, Nathan Sidwell wrote: > > the riscv backend creates a generator file, and attempts to add it to > > genprogs > > variable. But that fails as the target make fragments are included earlier > > than > > gcc's Makefile.in sets genprogs and related variables. > > > > So, t-riscv works around this by copying the generator file link rule. > > > > Changing gcc/Makefile.in to append, rather than set, the various generator > > variables means we no longer need that special rule. > > > > I also tweaked the spacing of t-riscv's appending to genprogs, as > > whitespace is > > more conventional there. > > > > nathan > > > > > -- > Nathan Sidwell
