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:
John Baldwin 2018-09-06 19:21:31 +00:00
parent 64e6fc1379
commit 0c0c965a8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=338506
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -9,5 +9,4 @@ include "std.MALTA"
machine mips mips64el
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
makeoptions MODULES_OVERRIDE=""
makeoptions KERNLOADADDR=0xffffffff80100000