pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linker
authorThomas Huth <thuth@redhat.com>
Fri, 23 Apr 2021 15:20:46 +0000 (17:20 +0200)
committerThomas Huth <thuth@redhat.com>
Sun, 9 May 2021 16:14:31 +0000 (18:14 +0200)
commitb460a220872c28a8da95cbc7e9369d26aa268848
treedfadc18c750a49305b3839c1d8b8b51118e75292
parentff77712a8a2e15e5901fad35b9a6bb65974b2e4a
pc-bios/s390-ccw/netboot: Use "-Wl," prefix to pass parameter to the linker

We are using the compiler to do the linking of the bios files. GCC still
accepts the "-Ttext=..." linker flag directly and is smart enough to
pass it to the linker, but in case we are compiling with Clang, we have
to use the official way with the "-Wl," prefix instead.

Message-Id: <20210423153646.593153-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
pc-bios/s390-ccw/netboot.mak