e9688612da
simple config file option. Also, don't hard code the endian setting in a header file. Rely instead on the compiler defining __LITTLE_ENDIAN__ and DTRT as appropriate.
12 lines
218 B
Plaintext
12 lines
218 B
Plaintext
# $NetBSD: std.evbsh5.eb,v 1.1 2002/07/12 19:33:28 scw Exp $
|
|
#
|
|
# Options/devices that all Big Endian evbsh5s should have
|
|
#
|
|
|
|
machine evbsh5 sh5
|
|
|
|
options EXEC_ELF32
|
|
options EXEC_SCRIPT
|
|
|
|
makeoptions MACHINE_ARCH=sh5eb
|