NetBSD/sys/arch/hpcmips/include/elf_machdep.h

12 lines
246 B
C

/* $NetBSD: elf_machdep.h,v 1.2 1999/10/25 13:55:08 kleink Exp $ */
#include <mips/elf_machdep.h>
/*
* HPCMIPS are mipsel machines
*/
#define ELF32_MACHDEP_ENDIANNESS ELFDATA2LSB
#define ELF64_MACHDEP_ENDIANNESS XXX /* break compilation */