[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gitlab: Drop --static from s390x linux-user build
From: |
Peter Maydell |
Subject: |
Re: [PATCH] gitlab: Drop --static from s390x linux-user build |
Date: |
Tue, 7 May 2024 10:22:49 +0100 |
On Mon, 6 May 2024 at 21:21, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> The host does not have the correct libraries installed for static pie,
> which causes host/guest address space interference for some tests.
> There's no real gain from linking statically, so drop it.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
The lack of rcrt1.o seems to be a bug in the Ubuntu Jammy (22.04) libc6-dev
packages. It is present in the versions in Mantic (23.04) and Noble
(24.04).
thanks
-- PMM