This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
mno-eabi option on powerpc-elf
- From: Rohit Arul Raj <rohitarulraj at gmail dot com>
- To: gcc <gcc at gcc dot gnu dot org>
- Date: Sun, 9 Oct 2011 19:45:13 +0530
- Subject: mno-eabi option on powerpc-elf
- References: <CAPVMLfWBhQFjmMjo=KJ3zJz5=FMdJ-ZzPjFVpDkGyLQS97-2+A@mail.gmail.com>
Hello All,
I am working with powerpc-elf tool chain v4.5.2 (with newlib).
I need some clarification regarding the -mno-eabi option. From the GCC
docs, this option means that the tool chain does not adhere to EABI.
-mno-eabi:
On System V.4 and embedded PowerPC systems do not adhere to
the Embedded Applications Binary Interface (eabi) which is a set of
modifications to the System V.4 specifications.
Does that mean if i use '-mno-eabi', it will adhere to System V.4
specs completely like the 'powerpc-linux' tool chain?
Thanks,
Rohit