diff options
| author | Matt Macy <mmacy@FreeBSD.org> | 2018-05-24 23:58:57 +0000 |
|---|---|---|
| committer | Matt Macy <mmacy@FreeBSD.org> | 2018-05-24 23:58:57 +0000 |
| commit | fc16061f19d463926e7be255e78e7e27e8e832b1 (patch) | |
| tree | cbe80dbbb7d66bf12d6377993be73a84a8b98e0c | |
| parent | c82dfce3ec06b8de66aa821e5f39ca0c890989b0 (diff) | |
Notes
| -rw-r--r-- | sys/mips/conf/MALTA64EL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/mips/conf/MALTA64EL b/sys/mips/conf/MALTA64EL index 02a22cfdbc25..5b87b6e171f4 100644 --- a/sys/mips/conf/MALTA64EL +++ b/sys/mips/conf/MALTA64EL @@ -9,5 +9,5 @@ include "std.MALTA" machine mips mips64el makeoptions ARCH_FLAGS="-march=mips64 -mabi=64" - +makeoptions MODULES_OVERRIDE="" makeoptions KERNLOADADDR=0xffffffff80100000 |
