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]

Re: use -mabi=aapcs-linux to build glibc


--- Bridge Wu <mingqiao.wu@gmail.com> wrote:

> Hello,
> 
> I ever met a problem on clntupd_create() function. The function
> returns failed value due to some check to enum size failed. After
> rebuilding glibc with -mabi=aapcs-linux, the function returns
> successful value. So I think we should use -mabi=aapcs-linux to build
> glibc. Any comments?
The enum size is how -mabi=aapcs-linux differs from -mabi=aapcs (and
-mabi=iwmmxt).  Linux doesn't support short enums with ARM EABI whereas the
aapcs specification does.  I noted this before when I was bringing my system
up, in this list I think..  So yes I agree.
> 
> -- 
> best regards,
> -Bridge
> 
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
> 
> 


Steve


	
	
		
___________________________________________________________ 
Win tickets to the 2006 FIFA World Cup Germany with Yahoo! Messenger. http://advision.webevents.yahoo.com/fifaworldcup_uk/

--
For unsubscribe information see http://sourceware.org/lists.html#faq


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