Reputation: 695
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.
Upvotes: 1
Views: 951
Reputation: 695
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
.
Upvotes: 1