mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-21 11:13:30 +00:00
Go for broke: configure this to build mips64 N64 binary.
This commit is contained in:
parent
bca296cba8
commit
220d1e7fb0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=195354
@ -21,7 +21,7 @@ machine mips
|
||||
cpu CPU_MIPS4KC
|
||||
ident OCTEON1
|
||||
|
||||
#makeoptions ARCH_FLAGS=-march=mips32
|
||||
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
||||
|
||||
# Don't build any modules yet.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
@ -35,7 +35,7 @@ hints "OCTEON1.hints" #Default places to look for devices.
|
||||
makeoptions DEBUG=-g #Build kernel with gdb(1) debug symbols
|
||||
|
||||
#XXXimp: Need to make work with 64-bit too
|
||||
options ISA_MIPS32
|
||||
options ISA_MIPS64
|
||||
|
||||
options DDB
|
||||
options KDB
|
||||
|
Loading…
Reference in New Issue
Block a user