diff options
| author | Doug Rabson <dfr@FreeBSD.org> | 2001-09-10 14:47:34 +0000 |
|---|---|---|
| committer | Doug Rabson <dfr@FreeBSD.org> | 2001-09-10 14:47:34 +0000 |
| commit | c3ca94196abbde8428d3f1c53a89dcf41699a639 (patch) | |
| tree | d2c43aba1d8bffadb393c555c82b43df4fdb98d5 /sys | |
| parent | e763b778c89b0f611f3d8f83790b328cb342c4c9 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/conf/Makefile.alpha | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/Makefile.alpha b/sys/conf/Makefile.alpha index 805735c10f5c..e9c5ade76cc4 100644 --- a/sys/conf/Makefile.alpha +++ b/sys/conf/Makefile.alpha @@ -93,6 +93,7 @@ SYSTEM_SFILES= $S/$M/$M/locore.s SYSTEM_DEP= Makefile ${SYSTEM_OBJS} SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} hints.o env.o config.o hack.So SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \ + -e locorestart \ -export-dynamic -dynamic-linker /red/herring \ -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o SYSTEM_LD_TAIL= @${OBJCOPY} --strip-symbol gcc2_compiled. ${.TARGET} ; \ |
