Add -mcmodel=medlow to COPTS. This is needed to build working kernels.
This commit is contained in:
parent
fdc9141fce
commit
a252a277ce
@ -51,6 +51,9 @@ S= ../../..
|
||||
.endif
|
||||
.include "$S/conf/kern.pre.mk"
|
||||
|
||||
# XXX: this should probably go somewhere else
|
||||
COPTS+= -mcmodel=medlow
|
||||
|
||||
SYSTEM_SFILES= $S/$M/$M/locore.s $S/$M/$M/exception.s
|
||||
SYSTEM_OBJS= locore.o exception.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user