summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.ia64
diff options
context:
space:
mode:
authordfr <dfr@FreeBSD.org>2001-09-13 12:39:15 +0000
committerdfr <dfr@FreeBSD.org>2001-09-13 12:39:15 +0000
commit7b40715e824711834ec0f89ba4f0881f57b4d53a (patch)
treeab02773c4b2a2195943d3ed2c2e6e839872dab3b /sys/conf/Makefile.ia64
parent5903e1d51b427659e37c7d4e10c090e5783f52da (diff)
downloadFreeBSD-src-7b40715e824711834ec0f89ba4f0881f57b4d53a.zip
FreeBSD-src-7b40715e824711834ec0f89ba4f0881f57b4d53a.tar.gz
* Enable dynamically linked kernel. This involves adding a self-relocator
to locore to process the @fptr relocations in the dynamic executable. * Don't initialise the timer until *after* we install the timecounter to avoid a race between timecounter initialisation and hardclock. * Tidy up bootinfo somewhat including adding sanity checks for when the kernel is loaded without a recognisable bootinfo.
Diffstat (limited to 'sys/conf/Makefile.ia64')
-rw-r--r--sys/conf/Makefile.ia642
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index 431ed93..30e4c6e 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -105,7 +105,7 @@ SYSTEM_CFILES= vnode_if.c hints.c env.c config.c
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 ski can't cope with dynamic relocs
+ hack.So
SYSTEM_LD= @${LD} ${FMT} -Bdynamic -T $S/conf/ldscript.$M \
-export-dynamic -dynamic-linker /red/herring \
-o ${.TARGET} -X ${SYSTEM_OBJS} vers.o
OpenPOWER on IntegriCloud