summaryrefslogtreecommitdiff
path: root/sys/arch/solbourne/conf/Makefile.solbourne
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/solbourne/conf/Makefile.solbourne')
-rw-r--r--sys/arch/solbourne/conf/Makefile.solbourne5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/solbourne/conf/Makefile.solbourne b/sys/arch/solbourne/conf/Makefile.solbourne
index 21127094c08..e3c69c47da7 100644
--- a/sys/arch/solbourne/conf/Makefile.solbourne
+++ b/sys/arch/solbourne/conf/Makefile.solbourne
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.solbourne,v 1.38 2012/08/22 16:58:26 pascal Exp $
+# $OpenBSD: Makefile.solbourne,v 1.39 2012/08/28 21:03:32 pascal Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -38,7 +38,8 @@ CMACHFLAGS+= -fno-stack-protector
COPTS?= -O2
CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
AFLAGS= -D_LOCORE -x assembler-with-cpp -traditional-cpp ${CMACHFLAGS}
-LINKFLAGS= -N -e start -T ${_machdir}/conf/ld.script -Ttext FD084000 --warn-common
+LINKFLAGS= -N -e start -T ${_machdir}/conf/ld.script -Ttext FD084000 \
+ --warn-common -nopie
.if ${IDENT:M-DDDB_STRUCT}
DB_STRUCTINFO= db_structinfo.h