On Tue, 9 Jun 2009, Basile STARYNKEVITCH wrote:
> How do you folks have several GCC installed at the same prefix?
Yes, I have been doing this for the FreeBSD ports for years, and what
I am using there is the following
--program-suffix=${SUFFIX} \
--libdir=${TARGLIB} \
--libexecd
Hello All,
I want to install several variants of gcc, to be specific: the trunk,
the lto branch, the MELT branch (all in the same prefix ie /usr/local)
I thought that just configuring each variant with its own program suffix
would be enough, so I configured the trunk with --program-suffix=-tr