Bug#1015607: qemu: ftbfs with LTO (link time optimization) enabled

2022-12-04 Thread Michael Tokarev

FWIW, qemu already enables LTO by default where appropriate, when available.
So basically, optimize=+lto has no effect (besides this FTBFS issue).

/mjt



Bug#1015607: qemu: ftbfs with LTO (link time optimization) enabled

2022-12-03 Thread Michael Tokarev

Control: tag -1 + confirmed upstream

On Tue, 19 Jul 2022 16:58:57 + Matthias Klose  wrote:
..

This package currently fails to build (at least on the amd64
architecture) with link time optimizations enabled.

...

This is qboot code.  To reproduce, either

  ./debian/rules build-qboot

or

  cd roms/qboot
  meson build && ninja -C build

(this does not require whole rebuild; and this only happens
with arch-indep part).

/mjt