I am trying to build a past version of qemu, and I wish to do it using a specific version of gcc. How could I go about doing this?
To be more specific, I am trying to build qemu using gcc-4.9.2, and I tried to use the info here, but it didn't work.
asked Mar 22, 2018 at 3:52
firedrillsergeant
7051 gold badge8 silver badges21 bronze badges
1 Answer 1
configure has a specific option that I had not noticed, and after installing the appropriate gcc, I simply used that option: --cc=gcc-4.9.
answered Mar 22, 2018 at 11:24
firedrillsergeant
7051 gold badge8 silver badges21 bronze badges
Sign up to request clarification or add additional context in comments.