diff options
| author | Marcin Wojtas <mw@FreeBSD.org> | 2021-02-25 05:41:35 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2021-10-08 08:14:36 +0000 |
| commit | ae6355af77905cc29de730af5fe5a6fd9c4036b4 (patch) | |
| tree | f434c4c71d4578e03e8c5565bdde6389c32dd5e9 /stand | |
| parent | ea2392f2f2b3bfa1883f921c465f9b22eec8f512 (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" |
