20 lines
442 B
Plaintext
20 lines
442 B
Plaintext
# $NetBSD: std.integrator,v 1.4 2001/11/24 00:11:01 thorpej Exp $
|
|
#
|
|
# standard NetBSD/netwinder options
|
|
|
|
machine evbarm arm
|
|
|
|
# Pull in Integrator config definitions.
|
|
include "arch/evbarm/conf/files.integrator"
|
|
|
|
options EXEC_AOUT
|
|
options EXEC_SCRIPT
|
|
options EXEC_ELF32
|
|
|
|
# To support easy transit to ../arch/arm/arm32
|
|
options ARM32
|
|
|
|
makeoptions LOADADDRESS="0xa0100000"
|
|
makeoptions LINKENTRY="-e 0x10000"
|
|
makeoptions BOARDTYPE="integrator"
|