I have regular gcc on my machine (in / usr / bin / gcc) and the other (newer) is connected when I set up the environment for the specific structure I'm working on.
And I would like to compile the old file that I have / usr / bin / gcc, instead of using the newer.
I need to use the "gmake" command to compile (custom compilation setting).
Without changing PATH, how can I “tell” gmake to use another gcc?
source
share