Don't need "options PROG32" anymore.
This commit is contained in:
parent
2e3553d407
commit
2e546f76dd
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.integrator,v 1.3 2001/11/20 12:56:25 lukem Exp $
|
||||
# $NetBSD: std.integrator,v 1.4 2001/11/24 00:11:01 thorpej Exp $
|
||||
#
|
||||
# standard NetBSD/netwinder options
|
||||
|
||||
|
@ -12,7 +12,6 @@ options EXEC_SCRIPT
|
|||
options EXEC_ELF32
|
||||
|
||||
# To support easy transit to ../arch/arm/arm32
|
||||
options PROG32
|
||||
options ARM32
|
||||
|
||||
makeoptions LOADADDRESS="0xa0100000"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.iq80310,v 1.8 2001/11/20 12:56:25 lukem Exp $
|
||||
# $NetBSD: std.iq80310,v 1.9 2001/11/24 00:11:00 thorpej Exp $
|
||||
#
|
||||
# standard NetBSD/evbarm for IQ80310 options
|
||||
|
||||
|
@ -12,7 +12,6 @@ options EXEC_AOUT
|
|||
options EXEC_SCRIPT
|
||||
|
||||
# To support easy transit to ../arch/arm/arm32
|
||||
options PROG32
|
||||
options ARM32
|
||||
|
||||
makeoptions LOADADDRESS="0xa0200000"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: std.netwinder,v 1.6 2001/11/20 12:56:34 lukem Exp $
|
||||
# $NetBSD: std.netwinder,v 1.7 2001/11/24 00:11:00 thorpej Exp $
|
||||
#
|
||||
# standard NetBSD/netwinder options
|
||||
|
||||
|
@ -9,7 +9,6 @@ options EXEC_SCRIPT
|
|||
options EXEC_ELF32
|
||||
|
||||
# To support easy transit to ../arch/arm/arm32
|
||||
options PROG32
|
||||
options ARM32
|
||||
|
||||
makeoptions LOADADDRESS="0xF000C000"
|
||||
|
|
Loading…
Reference in New Issue