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: ARM OABI/EABI


Yann E. MORIN wrote:
Hey da!

How does one recognise an EABI binary as compared to an OABI one?
Or put in other words, how can I know that my compiler generates EABI or OABI
binaries?
<cross-gcc> -E -dD -xc /dev/null |grep __ARM_EABI__

if it prints

#define __ARM_EABI__ 1

that means your compiler generated EABI objects by default.
TIA,
Yann E. MORIN.



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