summaryrefslogtreecommitdiff
path: root/sys/boot/mips
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2014-06-08 17:29:31 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2014-06-08 17:29:31 +0000
commit864c53ead899f7838cd2e1cca3b485a4a82f5cdc (patch)
tree770fe42f243492477db77896e2564375cd017ad4 /sys/boot/mips
parent590d63632198eb31acebf50673f1568c2e8f3fda (diff)
downloadsrc-test2-864c53ead899f7838cd2e1cca3b485a4a82f5cdc.tar.gz
src-test2-864c53ead899f7838cd2e1cca3b485a4a82f5cdc.zip
Notes
Diffstat (limited to 'sys/boot/mips')
-rw-r--r--sys/boot/mips/beri/boot2/Makefile2
-rw-r--r--sys/boot/mips/beri/loader/Makefile2
2 files changed, 4 insertions, 0 deletions
diff --git a/sys/boot/mips/beri/boot2/Makefile b/sys/boot/mips/beri/boot2/Makefile
index 325edbcdbe5f..71953949c9d2 100644
--- a/sys/boot/mips/beri/boot2/Makefile
+++ b/sys/boot/mips/beri/boot2/Makefile
@@ -32,6 +32,8 @@
BINDIR?= /boot
INSTALLFLAGS= -b
+NO_PIE= yes
+
LOADERS= flashboot jtagboot
FILES= ${LOADERS} ${LOADERS:S/$/.md5/}
diff --git a/sys/boot/mips/beri/loader/Makefile b/sys/boot/mips/beri/loader/Makefile
index 3da7f7f274b3..3a751894f65c 100644
--- a/sys/boot/mips/beri/loader/Makefile
+++ b/sys/boot/mips/beri/loader/Makefile
@@ -36,6 +36,8 @@ PROG?= loader
NEWVERSWHAT= "BERI loader" ${MACHINE_CPUARCH}
INSTALLFLAGS= -b
+NO_PIE= yes
+
# Architecture-specific loader code
SRCS= start.S \
main.c \