Re: [PATCH] pc-bios/s390-ccw: link statically

2025-06-10 Thread Sertonix
On Wed Jun 11, 2025 at 6:07 AM CEST, Michael Tokarev wrote: > On 10.06.2025 23:36, Sertonix wrote: >> On Tue Jun 10, 2025 at 10:32 PM CEST, Michael Tokarev wrote: >>> On 10.06.2025 20:58, Sertonix wrote: >>>> >>>> Adding -pie to LDFLAGS caused s390-ccw.img

Re: [PATCH] pc-bios/s390-ccw: link statically

2025-06-10 Thread Sertonix
On Tue Jun 10, 2025 at 10:32 PM CEST, Michael Tokarev wrote: > On 10.06.2025 20:58, Sertonix wrote: >> >> Adding -pie to LDFLAGS caused s390-ccw.img to become dynamically linked. > > Why do you think -pie causes it to become dynamically linked? > > /mjt The docu

[PATCH] pc-bios/s390-ccw: link statically

2025-06-10 Thread Sertonix
s390-ccw.img relocatable Signed-off-by: Sertonix --- pc-bios/s390-ccw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc-bios/s390-ccw/Makefile b/pc-bios/s390-ccw/Makefile index dc69dd484f..a0f24c94a8 100644 --- a/pc-bios/s390-ccw/Makefile +++ b/pc-bios/s390-ccw/Mak