Closed MetaLambda closed 1 month ago
see #1513
So it looks like we generate useless space characters and fix this later. Could we do something on the other end to prevent the useless space characters from being generated?
ok, I'll try a fix in Makefile.in
@cmuellner I modify the Makefile.in to eliminate the useless space at the end of NEWLIB_MULTILIB_NAMES
Merged after the CI showed that all pipelines were fine.
Thanks!
Thanks a lot @MetaLambda! 👍
The NEWLIB_MULTILIB_NAMES generated in makefile for MULTILIB_GEN may contain space at the end, which cause the generate_target_board script to crash.