1
0
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:
Warner Losh 2009-07-05 06:49:56 +00:00
parent bca296cba8
commit 220d1e7fb0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=195354

View File

@ -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