blob: 10f802233a0f25110b92fc7cfeeb10de9b6e314a (
plain)
1
2
3
4
5
6
7
8
|
# $NetBSD: std.sh3el,v 1.1 2008/02/02 03:06:04 uwe Exp $
#
# standard, required NetBSD/sh3 'options' for little endian platforms
include "arch/sh3/conf/std.sh3" # endian-independent sh3 options
makeoptions ENDIAN="-EL"
makeoptions MACHINE_ARCH=sh3el
|