ppc-eabi with gcc-3.0.4

David Korn dkorn@pixelpower.com
Tue Feb 26 02:21:00 GMT 2002


>-----Original Message-----
>From: Vermeulen Jan [mailto:Jan.Vermeulen@siemens.atea.be]
>Sent: 26 February 2002 07:30

>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".

  Yep, you're spot on for nof and le, they exist in 2.95.x with the same
meaning.  I haven't heard of the others, but the way to find out is to
find out which one of the $srcdir/gcc/config/rs6000/t-* files is being 
selected in the top level configure, and read it to see which flags are
passed to the build for that multilib variant.  In 2.95.x the file
will be t-ppcgas, and (digging it up) aha:  "ca" means AIX calling 
conventions:

---begin quote---
MULTILIB_OPTIONS	= msoft-float \
			  mlittle/mbig \
			  mcall-sysv/mcall-aix/mcall-linux

MULTILIB_DIRNAMES	= nof \
			  le be \
			  cs ca lin
----end quote----

  What's in the v3 equivalent then?

     DaveK
-- 
Burn your ID card!  http://www.optional-identity.org.uk/
Help support the campaign, copy this into your .sig!


**********************************************************************
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@sources.redhat.com



More information about the crossgcc mailing list