[LLVMdev] updating the "Getting Started" page with more info about the gcc4 frontend

Jeyasankar Kottalam jeykottalam at gmail.com
Sat Sep 2 10:32:03 PDT 2006


On 9/2/06, Erick Tryzelaar <erickt at dslextreme.com> wrote:
>
> Erick Tryzelaar wrote:
> > Is it possible to install both the gcc4 and the gcc3.4 frontends at
> > the same time, or are they mutually exclusive? If so, how? If not,
> > would it require a full rebuild, and renaming the executables
> > something like llvm-gcc3?
> >
> > Thanks again,
> >
>
> Sorry to bump this again, but I haven't been able to figure it out :(
> Anyone know the answer?


Try passing "--program-suffix=-3.4-llvm" to GCC's configure to have all the
executable names suffixed with "-3.4-llvm".

More GCC configure options are documented at
http://gcc.gnu.org/install/configure.html

-Jey Kottalam
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20060902/ad06467a/attachment.html>


More information about the llvm-dev mailing list