[PATCH v2 01/15] RISC-V: Build Infastructure
Dmitry V. Levin
ldv@altlinux.org
Wed Dec 20 14:05:00 GMT 2017
On Tue, Dec 19, 2017 at 11:20:08PM -0800, Palmer Dabbelt wrote:
> This patch lays out the top-level orginazition of the RISC-V port. It
> contains all the Implies files as well as various other fragments of
> build infastructure for the RISC-V port. This contains the only change
> to a shared file: config.h.in.
[...]
> config.h.in | 5 +
> nptl/Makefile | 4 +
Well, nptl/Makefile is a shared file, too.
[...]
> diff --git a/nptl/Makefile b/nptl/Makefile
> index 60d036a1ea42..f62d19febf1d 100644
> --- a/nptl/Makefile
> +++ b/nptl/Makefile
> @@ -611,6 +611,10 @@ else
> librt = $(common-objpfx)rt/librt.a
> endif
>
> +# `make check' sometimes triggers a rebuild of librt.so using this Makefile,
> +# which ignores librt's dependence on libpthread
> +$(common-objpfx)rt/librt.so: $(shared-thread-library)
> +
> $(objpfx)tst-cancel17: $(librt)
> $(objpfx)tst-cancelx17: $(librt)
> $(objpfx)tst-_res1mod2.so: $(objpfx)tst-_res1mod1.so
In fact, this looks like a fix unrelated to the RISC-V port.
If this is really the case, please submit the fix separately.
Thanks,
--
ldv
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 801 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20171220/be234e00/attachment.sig>
More information about the Libc-alpha
mailing list