Re-enable kernel modules for the MALTA64EL kernel configuration.
Update the BOOTSTRAPPING check for libelf to require the fix for mips64el object files committed in r338478 and re-enable kernel modules in the MALTA64EL config file. Reviewed by: emaste Approved by: re (gjb) Differential Revision: https://reviews.freebsd.org/D17054
This commit is contained in:
parent
64e6fc1379
commit
0c0c965a8f
@ -1933,7 +1933,8 @@ update: .PHONY
|
||||
# r296685 fix cross-endian objcopy
|
||||
# r310724 fixed PR 215350, a crash in libdwarf with objects built by GCC 6.2.
|
||||
# r334881 added libdwarf constants used by ctfconvert.
|
||||
.if ${BOOTSTRAPPING} < 1200067
|
||||
# r338478 fixed a crash in objcopy for mips64el objects
|
||||
.if ${BOOTSTRAPPING} < 1200084
|
||||
_elftoolchain_libs= lib/libelf lib/libdwarf
|
||||
.endif
|
||||
|
||||
|
@ -9,5 +9,4 @@ include "std.MALTA"
|
||||
machine mips mips64el
|
||||
|
||||
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
|
||||
makeoptions MODULES_OVERRIDE=""
|
||||
makeoptions KERNLOADADDR=0xffffffff80100000
|
||||
|
Loading…
Reference in New Issue
Block a user