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: A prbolem about Endianness


On Tue, Oct 29, 2002 at 09:28:57AM +0800, jxiong@esteemnetworks.com wrote:
> When I want to compile a program, Can I let part of the code 
> be compiled as big endian, and the other as little endian?
> Does (cross)gcc provide this function?

I guess you could have two sets of sources, one you compile
with -mlittle-endian and one with -mbig-endian...

Dare I ask what you are trying to do, and on which
architecture?

/Y


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