diff options
| author | Marcin Wojtas <mw@FreeBSD.org> | 2021-02-25 05:41:35 +0000 |
|---|---|---|
| committer | Marcin Wojtas <mw@FreeBSD.org> | 2021-02-25 05:41:35 +0000 |
| commit | 19cd12a32afe801dc5e753013993e15e924ceb39 (patch) | |
| tree | 4eb508959aea04596d0cad9af073dacecdb3a38c /stand | |
| parent | ddfffb41a22d4798a036fe2d30e59694ba7cdad3 (diff) | |
Diffstat (limited to 'stand')
| -rw-r--r-- | stand/mips/beri/Makefile.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/stand/mips/beri/Makefile.inc b/stand/mips/beri/Makefile.inc index 5a7b18e393c0..a95ca3dc1861 100644 --- a/stand/mips/beri/Makefile.inc +++ b/stand/mips/beri/Makefile.inc @@ -2,4 +2,8 @@ LDFLAGS+= -nostdlib +# BERI boot loader is built with '-mno-abicalls' flag, +# which is incompatible with PIE +MK_PIE= no + .include "../Makefile.inc" |
