mirror of
https://git.FreeBSD.org/src.git
synced 2025-02-01 17:00:36 +00:00
Get rid of redundant .kernel in these names.
This commit is contained in:
parent
96a25a70ad
commit
715f0e291b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/projects/mips/; revision=199751
@ -22,14 +22,15 @@ cpu CPU_MIPS4KC
|
||||
ident OCTEON1
|
||||
|
||||
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
||||
makeoptions LDSCRIPT_NAME= ldscript.mips.mips64
|
||||
makeoptions LDSCRIPT_NAME=ldscript.mips.octeon.64
|
||||
|
||||
# Don't build any modules yet.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions TARGET_BIG_ENDIAN=defined
|
||||
makeoptions TARGET_64BIT=defined
|
||||
makeoptions KERNLOADADDR=0xffffffff80100000
|
||||
|
||||
options KERNVIRTADDR=0x80100000
|
||||
options KERNVIRTADDR=0xffffffff80100000
|
||||
include "../octeon1/std.octeon1"
|
||||
|
||||
hints "OCTEON1.hints" #Default places to look for devices.
|
||||
|
@ -27,7 +27,7 @@ ident OCTEON1
|
||||
# Don't build any modules yet.
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions TARGET_BIG_ENDIAN=defined
|
||||
makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.kernel.32
|
||||
makeoptions LDSCRIPT_NAME=ldscript.mips.octeon1.32
|
||||
#makeoptions TARGET_64BIT=defined
|
||||
|
||||
options KERNVIRTADDR=0x80100000
|
||||
|
Loading…
x
Reference in New Issue
Block a user