Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 13 Oct 2016 23:05:16 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-mips@FreeBSD.org
Subject:   [Bug 213454] mips64 BERI boot components fail to build with CROSS_TOOLCHAIN=mips64-gcc
Message-ID:  <bug-213454-27794-EdHHwEQthp@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-213454-27794@https.bugs.freebsd.org/bugzilla/>
References:  <bug-213454-27794@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213454

Brooks Davis <brooks@FreeBSD.org> changed:

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

--- Comment #1 from Brooks Davis <brooks@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
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/boot/mips/beri/common/common.ldscript   (revision 306227)
+++ sys/boot/mips/beri/common/common.ldscript   (working copy)
@@ -73,5 +73,5 @@
 __kernel_base__ =3D 0x100000;
 __kernel_vaddr__ =3D __mips64_xkphys_cached__ + __kernel_base__;

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213454-27794-EdHHwEQthp>