Multi-architecture installation

David Korn dkorn@pixelpower.com
Wed Mar 28 08:49:00 GMT 2001


-----Original Message-----
>From: Pierre Saucourt-Harmel (r54698)
[ mailto:pierre.saucourt-harmel@motorola.com ]
>Sent: 27 March 2001 16:17

   Hi Pierre,

>I want to install several cross tools (coming from the four following 
>packages: binutils, gcc, newlib and gdb). 
>These cross tools are generated for several processors and embedded 
>operating systems.
>My question is, what is the best installed file tree organisation and
>which configure option I must use to obtain it ? I am asking myself if I
>must use both --prefix and --exec-prefix options to separate the
>installed trees or if I can share, without overwriting files, some
>directories. 

  It should be fine to use the same settings, or even no --prefix at
all.  All the compiler's target-specific files get put into a directory
that has the target type as part of its name, so different targets
don't clash with each other.  Use the -b option to gcc to select which
target you want.
 
     DaveK
--
 All your base are belong to us!


**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.

This footnote also confirms that this email message has been swept by
MIMEsweeper for the presence of computer viruses.

www.mimesweeper.com
**********************************************************************

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sourceware.cygnus.com



More information about the crossgcc mailing list