[PATCH v2 1/4] Makeconfig: Add libgcc directory to rtld-prefix search path
Xi Ruoyao
xry111@xry111.site
Mon Jul 21 15:00:39 GMT 2025
On Mon, 2025-07-21 at 07:34 -0700, Andrew Pinski wrote:
> > gnulib-extralibdir = $(shell $(CC) -print-file-name=libgcc_s.so$(libgcc_s.so-version) | sed 's#/[^/]*$$##')
>
> Though this looks like it is causing some issues with some shells. The
> `##` causes the reset of the line to be ignored and I get the
> following error message:
> ../Makeconfig:721: *** unterminated call to function 'shell': missing ')'. Stop.
I'd say it's some versions of make instead of some shells, as it fails
even before getting into the shell.
--
Xi Ruoyao <xry111@xry111.site>
More information about the Libc-alpha
mailing list