On 4/23/21 5:36 PM, Thomas Huth wrote: > 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. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > pc-bios/s390-ccw/netboot.mak | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <phi...@redhat.com>