[Bug 213454] mips64 BERI boot components fail to build with CROSS_TOOLCHAIN=mips64-gcc

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Oct 13 23:05:16 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=213454

Brooks Davis <brooks at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |brooks at FreeBSD.org,
                   |                            |rwatson at FreeBSD.org

--- Comment #1 from Brooks Davis <brooks at FreeBSD.org> ---
This diff allowed it to build when I tried a couple weeks ago at EuroBSDCon.  I
didn't attempt to test it:

Index: sys/boot/mips/beri/common/common.ldscript
===================================================================
--- sys/boot/mips/beri/common/common.ldscript   (revision 306227)
+++ sys/boot/mips/beri/common/common.ldscript   (working copy)
@@ -73,5 +73,5 @@
 __kernel_base__ = 0x100000;
 __kernel_vaddr__ = __mips64_xkphys_cached__ + __kernel_base__;

-OUTPUT_FORMAT("elf64-tradbigmips");
+OUTPUT_FORMAT("elf64-tradbigmips-freebsd");
 OUTPUT_ARCH(mips)

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-mips mailing list