Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F143329666
D17054.id47768.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
850 B
Referenced Files
None
Subscribers
None
D17054.id47768.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D17054: Re-enable kernel modules for the MALTA64EL kernel configuration.
Attached
Detach File
Event Timeline
Log In to Comment