You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qemu/pc-bios/s390-ccw
Sertonix acb00a7aae pc-bios/s390-ccw: link statically
Adding -pie to LDFLAGS caused s390-ccw.img to become dynamically linked.
By using -static-pie it will be linked statically like other bios.

This ensures that the build output doesn't change depending on the
default dynamic loader path of the toolchain.

Fixes: d884c86dcd ("s390/bios: Make the s390-ccw.img relocatable")
Signed-off-by: Sertonix <sertonix@posteo.net>
Message-ID: <DAJ1QOSAP9LS.342SQSM0UZU80@posteo.net>
Signed-off-by: Thomas Huth <thuth@redhat.com>
1 month ago
..
Makefile pc-bios/s390-ccw: link statically 1 month ago
bootmap.c pc-bios/s390-ccw: Abort IPL on invalid loadparm 7 months ago
bootmap.h pc-bios/s390-ccw: Remove panics from ECKD IPL path 10 months ago
bswap.h pc-bios/s390-ccw: Move byteswap functions to a separate header 8 years ago
cio.c pc-bios/s390-ccw: Enable failed IPL to return after error 10 months ago
cio.h pc-bios/s390-ccw: Link the netboot code into the main s390-ccw.img binary 10 months ago
dasd-ipl.c pc-bios/s390-ccw: Remove panics from DASD IPL path 10 months ago
dasd-ipl.h pc-bios/s390-ccw: Remove panics from DASD IPL path 10 months ago
helper.h s390-ccw: Getting rid of ulong 2 years ago
iplb.h pc-bios/s390x: Enable multi-device boot loop 10 months ago
jump2ipl.c pc-bios/s390x: Enable multi-device boot loop 10 months ago
main.c pc-bios/s390x: Initialize machine loadparm before probing IPL devices 9 months ago
menu.c pc-bios/s390-ccw: Make get_boot_index() from menu.c global 1 month ago
netmain.c pc-bios/s390-ccw: Add a boot menu for booting via pxelinux.cfg 1 month ago
s390-arch.h pc-bios: s390x: Clear out leftover S390EP string 5 years ago
s390-ccw.h pc-bios/s390-ccw: Make get_boot_index() from menu.c global 1 month ago
s390-time.h pc-bios: s390x: Consolidate timing functions into time.h 5 years ago
sclp.c pc-bios/s390-ccw: Use the libc from SLOF and remove sclp prints 10 months ago
sclp.h misc: Replace zero-length arrays with flexible array member (automatic) 5 years ago
scsi.h pc-bios/s390-ccw: Get Block Limits VPD device data 8 years ago
start.S pc-bios/s390-ccw: Don't generate TEXTRELs 10 months ago
virtio-blkdev.c pc-bios/s390-ccw: Enable failed IPL to return after error 10 months ago
virtio-net.c pc-bios/s390-ccw: Fix boot problem with virtio-net devices 7 months ago
virtio-scsi.c pc-bios/s390-ccw: Remove panics from SCSI IPL path 10 months ago
virtio-scsi.h s390-ccw: Getting rid of ulong 2 years ago
virtio.c pc-bios/s390-ccw/virtio: Add a function to reset a virtio device 7 months ago
virtio.h pc-bios/s390-ccw: Fix boot problem with virtio-net devices 7 months ago