n64 is invalid argument to -mabi for gcc compiler:
gcc: error: unrecognized argument in option ‘-mabi=n64’ gcc: note: valid arguments to ‘-mabi=’ are: 32 64 eabi n32 o64
and in clang both -mabi=n64 and -mabi=64 points to n64 abi.
Paths
| Differential D22453
[Compiler-rt][MIPS] Fix simple test failure when using gcc ClosedPublic Authored by mohit.bhakkad on Jul 17 2016, 11:11 PM.
Details Summary n64 is invalid argument to -mabi for gcc compiler: gcc: error: unrecognized argument in option ‘-mabi=n64’ gcc: note: valid arguments to ‘-mabi=’ are: 32 64 eabi n32 o64 and in clang both -mabi=n64 and -mabi=64 points to n64 abi.
Diff Detail
Event Timelinemohit.bhakkad retitled this revision from to [Compiler-rt][MIPS] Fix simple test failure when using gcc. mohit.bhakkad updated this object. This revision is now accepted and ready to land.Jul 18 2016, 2:02 AM Closed by commit rL275780: [Compiler-rt][MIPS] Fix simple test failure when using gcc (authored by mohit.bhakkad). · Explain WhyJul 18 2016, 2:30 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 64287 compiler-rt/trunk/cmake/base-config-ix.cmake
|