This is the mail archive of the crossgcc@sources.redhat.com 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]

Re: ppc-eabi with gcc-3.0.4


Vermeulen Jan wrote:
> 
> So, what does the "und" stand for and what will I be missing from my
> crosscompiler because I manually removed it?
> 
> There were others too which build fine, called "ca", "nof", "le" etc. I can
> guess the use of some of them ("le" = little endian libs?, "nof" = no
> floating point?) But not "und" and "ca".

 From the 'gcc-3.0.4/gcc/config/rs6000/t-ppcgas' :

---------------- clip ----------------------------
# Multilibs for powerpc embedded ELF targets.

MULTILIB_OPTIONS	= msoft-float \
			  mlittle/mbig \
			  mcall-sysv/mcall-aix \
			  fleading-underscore

MULTILIB_DIRNAMES	= nof \
			  le be \
			  cs ca \
			  und
---------------- clip ----------------------------

 So the 'und' was compiled using the option '-fleading-underscore' and the
'ca' was compiled using the option '-mcall-aix'... There is a 1:1 relation
between the options and the dirnames.

Cheers, Kai



------
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]