This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


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

MULTILIB and GCC


Hi everybody, 
 
I want to use the multilib feature of GCC but up to now this function isn't clear for me and I wasn't able to find a docu which explains all MULTILIB keywords in detail ...
 
How has good knowledge about this stuff ??
 
I think I understand the MULTILIB_OPTIONS and MULTILIB_DIRNAMES but for which usage are the keywords 
 
MULTILIB_HARDFLOAT_ONLY and MULTILIB_SOFTFLOAT_ONLY  ( founded in RS6000/t-rtems )
 
And I didn't understand the meening of the '*' sign in some rules, e.g.
 
MULTILIB_EXCEPTIONS =  *mcpu=7400/*mspe=no* 
 
what is the different to 
 
MULTILIB_EXCEPTIONS =  mcpu=7400/mspe=no
 
 
 thank you 
 
   Juergen Frank


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


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