F.3.3 Installing the new compiler

To install the newly compiled compiler, the install target can be used:

make install

This will install the compiler in the default location (what that is depends on your platform). If you want to specify the location, you can use the INSTALL_PREFIX variable:

make install INSTALL_PREFIX=/home/michael/