xref: /netbsd/sys/arch/hpcmips/include/elf_machdep.h (revision bf9ec67e)
1 /*	$NetBSD: elf_machdep.h,v 1.2 1999/10/25 13:55:08 kleink Exp $	*/
2 
3 #include <mips/elf_machdep.h>
4 
5 /*
6  * HPCMIPS are mipsel machines
7  */
8 
9 #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
10 
11 #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
12