mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Point to the right kernel ld script.
Remove stray PC98 make variable.
This commit is contained in:
parent
f3bb8dbd87
commit
b7db0275e2
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=55677
@ -32,7 +32,6 @@ S= ./@
|
||||
S= ../..
|
||||
.endif
|
||||
.endif
|
||||
PC98= ${S}/pc98
|
||||
M= ${MACHINE_ARCH}
|
||||
|
||||
SIZE?= size
|
||||
@ -86,11 +85,11 @@ SYSTEM_SFILES= $S/$M/$M/locore.s
|
||||
SYSTEM_DEP= Makefile ${SYSTEM_OBJS}
|
||||
SYSTEM_OBJS= locore.o setdef0.o vnode_if.o ${OBJS} ioconf.o param.o config.o \
|
||||
setdef1.o hack.So
|
||||
SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/$M/conf/kernel.script \
|
||||
SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \
|
||||
-export-dynamic -dynamic-linker /red/herring \
|
||||
-o ${.TARGET} -X ${SYSTEM_OBJS} vers.o
|
||||
SYSTEM_LD_TAIL= @${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET}
|
||||
SYSTEM_DEP+= $S/$M/conf/kernel.script
|
||||
SYSTEM_DEP+= $S/conf/ldscript.$M
|
||||
|
||||
%BEFORE_DEPEND
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user