]> git.ipfire.org Git - thirdparty/qemu.git/commit
pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`
authorMarc Hartmayer <mhartmay@linux.ibm.com>
Tue, 1 Oct 2024 15:36:18 +0000 (17:36 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 23 Oct 2024 04:53:44 +0000 (06:53 +0200)
commit694d79ffce996c0993cebccc07c2ab6fc281e7d0
tree92bdad7ee65d07fc547ae772b9ddcef65616830c
parent3259b4424a85d9cdfd1a33ed6030a6c51c1b9b8b
pc-bios/s390-ccw: Introduce `EXTRA_LDFLAGS`

Some packaging tools want to override `LDFLAGS` when building QEMU, this will
result in a build error as most likely no `-nostdlib` flag is passed. Introduce
`EXTRA_LDFLAGS` so that the packager can override `LDFLAGS` without breaking the
build.

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Message-ID: <20241001153618.17791-4-mhartmay@linux.ibm.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
[thuth: Drop the hunk to netbook.mak which is not necessary anymore]
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/Makefile