ibm-s390-linux / s390-tools

Tools for use with the s390 Linux kernel and device drivers
MIT License
63 stars 60 forks source link

Ftbfs stage3 #63

Closed xnox closed 5 years ago

xnox commented 5 years ago

zipl/boot/Makefile: fix failure to build, do not specify .lds twice.

Whilst stage3.lds is a dependency, it is specified via SFLAGS and must not be repeated again along all the .o files. Filter anything but .o files.

Fixes failure to build from source on Ubuntu 19.10.

Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/s390-tools/+bug/1833238

stefan-haberland commented 5 years ago

Thanks for the patches. They look good to me and will be added asap.