Re: [PATCH v3 02/11] build: Don't specify -no-pie for --static user-mode programs

2023-02-16 Thread Alex Bennée
Warner Losh writes: > When building with clang, -no-pie gives a warning on every single build, > so remove it. > > Signed-off-by: Warner Losh Reviewed-by: Alex Bennée -- Alex Bennée Virtualisation Tech Lead @ Linaro

[PATCH v3 02/11] build: Don't specify -no-pie for --static user-mode programs

2023-02-16 Thread Warner Losh
When building with clang, -no-pie gives a warning on every single build, so remove it. Signed-off-by: Warner Losh --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 64960c6000f..eb284ccf308 100755 --- a/configure +++ b/configure @@ -1313