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.
Differential D22453
[Compiler-rt][MIPS] Fix simple test failure when using gcc mohit.bhakkad on Jul 17 2016, 11:11 PM. Authored by
Details 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
|