This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug other/40458] gcc flavours



------- Comment #2 from kai dot extern at googlemail dot com  2009-06-16 13:18 -------
Subject: Re:  gcc flavours

rguenth at gcc dot gnu dot org schrieb:
> ------- Comment #1 from rguenth at gcc dot gnu dot org  2009-06-16 13:01 -------
> Use --program-transform-name / --program-suffix.  Directory names already
> contain the gcc version.


Maybe I was too short with the description. Same version, something else 
different should also work, so there need to be different directory 
names. That is, the two gcc's should not share *anything*. This means 
you'd also need to set some lib paths.

The effect should be similar to a different --prefix, except done not by 
changing the top level but lower.

I believe I've seen tips to do this seen at least twice in the recent 
past, so it seems to me it would be good to be able to do it with one 
option instead of having to know to combine three or so.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40458


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]