mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-10 07:39:25 -04:00
9 lines
250 B
Plaintext
9 lines
250 B
Plaintext
# $NetBSD: std.sh3eb,v 1.1 2008/02/02 03:06:04 uwe Exp $
|
|
#
|
|
# standard, required NetBSD/sh3 'options' for big endian platforms
|
|
|
|
include "arch/sh3/conf/std.sh3" # endian-independent sh3 options
|
|
|
|
makeoptions ENDIAN="-EB"
|
|
makeoptions MACHINE_ARCH=sh3eb
|