commit | 7089977a24133b3b1dd0864f4138efe3b906af4b | [log] [tgz] |
---|---|---|
author | Paolo Bonzini <pbonzini@redhat.com> | Mon Jun 06 11:35:41 2022 +0200 |
committer | Paolo Bonzini <pbonzini@redhat.com> | Tue Sep 27 11:30:59 2022 +0200 |
tree | e7e4b054ff5c6d64b58099646fa6a483607df1f7 | |
parent | 2fc7eb689704687f890688507e15bbbe71275f63 [diff] |
configure: do not invoke as/ld directly for pc-bios/optionrom Just use using the compiler binary, with -nostdlib in the case of the linker; the compiler driver (whether i686-*-gcc, or x86_64-*-gcc with the -m32 option) will then pick the right magic option to as and ld. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>