xref: /netbsd/sys/arch/algor/include/elf_machdep.h (revision bf9ec67e)
1 /*	$NetBSD: elf_machdep.h,v 1.1 2001/05/28 16:22:18 thorpej Exp $	*/
2 
3 #ifndef _ALGOR_ELF_MACHDEP_H_
4 #define _ALGOR_ELF_MACHDEP_H_
5 
6 #include <mips/elf_machdep.h>
7 
8 /*
9  * Algorithmics boards are mipsel machines by default
10  */
11 #define ELF32_MACHDEP_ENDIANNESS	ELFDATA2LSB
12 #define ELF64_MACHDEP_ENDIANNESS	XXX	/* break compilation */
13 
14 #endif	/* !_ALGOR_ELF_MACHDEP_H_ */
15