Add (commented out) options BSDDISKLABEL_EI.
This commit is contained in:
parent
b44bea5ce0
commit
f776dc6376
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: GENERIC,v 1.25 2002/06/17 05:14:11 lukem Exp $
|
||||
# $NetBSD: GENERIC,v 1.26 2002/07/22 15:25:12 tsutsui Exp $
|
||||
#
|
||||
# GENERIC machine description file
|
||||
#
|
||||
|
@ -65,6 +65,9 @@ options RTC_OFFSET=-540 # hardware clock is this many mins. west of GMT
|
|||
#options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Compatibility options
|
||||
#options BSDDISKLABEL_EI # endian independent disklabel support
|
||||
|
||||
# Executable format options
|
||||
options EXEC_COFF # 32-bit COFF executables
|
||||
options EXEC_ELF32 # 32-bit ELF executables
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: HPW650PA,v 1.10 2002/06/17 05:14:12 lukem Exp $
|
||||
# $NetBSD: HPW650PA,v 1.11 2002/07/22 15:25:13 tsutsui Exp $
|
||||
#
|
||||
# HITACHI PERSONA HPW650PA
|
||||
#
|
||||
|
@ -29,6 +29,9 @@ options KTRACE # system call tracing support
|
|||
#options USERCONF # userconf(4) support
|
||||
options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
|
||||
|
||||
# Compatibility options
|
||||
#options BSDDISKLABEL_EI # endian independent disklabel support
|
||||
|
||||
# Executable format options
|
||||
options EXEC_COFF # 32-bit COFF executables
|
||||
options EXEC_ELF32 # 32-bit ELF executables
|
||||
|
|
Loading…
Reference in New Issue