summaryrefslogtreecommitdiff
path: root/sys/arch/loongson
diff options
context:
space:
mode:
authorPascal Stumpf <pascal@cvs.openbsd.org>2012-08-28 21:03:33 +0000
committerPascal Stumpf <pascal@cvs.openbsd.org>2012-08-28 21:03:33 +0000
commit42c782845df9cc244f8b1884170cc7ef8ee77f17 (patch)
tree692fb495c77eadb1d4c3cf5bbeb49e0dba8ae7be /sys/arch/loongson
parentb38e4f3f802dc97f24e988744e68788b60154c14 (diff)
Add -nopie to LINKFLAGS on ELF architectures. Note that this needs an
updated gcc and ld to understand the new -nopie flag. ok deraadt@
Diffstat (limited to 'sys/arch/loongson')
-rw-r--r--sys/arch/loongson/conf/Makefile.loongson5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/loongson/conf/Makefile.loongson b/sys/arch/loongson/conf/Makefile.loongson
index 369f22101c8..7ac5e47e48a 100644
--- a/sys/arch/loongson/conf/Makefile.loongson
+++ b/sys/arch/loongson/conf/Makefile.loongson
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile.loongson,v 1.34 2012/08/23 15:09:10 deraadt Exp $
+# $OpenBSD: Makefile.loongson,v 1.35 2012/08/28 21:03:32 pascal Exp $
# For instructions on building kernels consult the config(8) and options(4)
# manual pages.
@@ -45,7 +45,8 @@ CMACHFLAGS+= -fno-stack-protector
COPTS?= -O2
CFLAGS= ${DEBUG} ${CWARNFLAGS} ${CMACHFLAGS} ${COPTS} ${PIPE}
AFLAGS= -D_LOCORE -x assembler-with-cpp ${CMACHFLAGS}
-LINKFLAGS= -e start -T ${_machdir}/conf/ld.script -Ttext=${LINK_ADDRESS} -warn-common
+LINKFLAGS= -e start -T ${_machdir}/conf/ld.script -Ttext=${LINK_ADDRESS} \
+ -warn-common -nopie
.if ${IDENT:M-DDDB_STRUCT}
DB_STRUCTINFO= db_structinfo.h