Page MenuHomeFreeBSD

D17054.id47768.diff
No OneTemporary

D17054.id47768.diff

Index: head/Makefile.inc1
===================================================================
--- head/Makefile.inc1
+++ head/Makefile.inc1
@@ -1933,7 +1933,8 @@
# 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
Index: head/sys/mips/conf/MALTA64EL
===================================================================
--- head/sys/mips/conf/MALTA64EL
+++ head/sys/mips/conf/MALTA64EL
@@ -9,5 +9,4 @@
machine mips mips64el
makeoptions ARCH_FLAGS="-march=mips64 -mabi=64"
-makeoptions MODULES_OVERRIDE=""
makeoptions KERNLOADADDR=0xffffffff80100000

File Metadata

Mime Type
text/plain
Expires
Thu, Jan 29, 11:55 PM (14 h, 2 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28091633
Default Alt Text
D17054.id47768.diff (850 B)

Event Timeline