3f55a7b9aa
Currently supports the RC3230
7 lines
203 B
C
7 lines
203 B
C
/* $NetBSD: elf_machdep.h,v 1.1 2000/08/12 22:58:16 wdk Exp $ */
|
|
|
|
#include <mips/elf_machdep.h>
|
|
|
|
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2MSB
|
|
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */
|