diff options
Diffstat (limited to 'arch/mips/include/asm/elf.h')
| -rw-r--r-- | arch/mips/include/asm/elf.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/include/asm/elf.h b/arch/mips/include/asm/elf.h index a8eac1697b3d..d58f128aa747 100644 --- a/arch/mips/include/asm/elf.h +++ b/arch/mips/include/asm/elf.h  | |||
| @@ -232,7 +232,7 @@ typedef elf_fpreg_t elf_fpregset_t[ELF_NFPREG]; | |||
| 232 | */ | 232 | */ | 
| 233 | #ifdef __MIPSEB__ | 233 | #ifdef __MIPSEB__ | 
| 234 | #define ELF_DATA ELFDATA2MSB | 234 | #define ELF_DATA ELFDATA2MSB | 
| 235 | #elif __MIPSEL__ | 235 | #elif defined(__MIPSEL__) | 
| 236 | #define ELF_DATA ELFDATA2LSB | 236 | #define ELF_DATA ELFDATA2LSB | 
| 237 | #endif | 237 | #endif | 
| 238 | #define ELF_ARCH EM_MIPS | 238 | #define ELF_ARCH EM_MIPS | 
