Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jan 2017 16:21:46 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 215783] devel/gdb: Add MIPS support
Message-ID:  <bug-215783-13-QPJiTGIgsM@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215783-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215783-13@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=3D215783

--- Comment #2 from John Baldwin <jhb@FreeBSD.org> ---
(In reply to luca.pizzamiglio from comment #1)
It has been tested for both mips (o32) and mips64 (n64).  It should build f=
ine
for n32 as well, but I can't get mipsn32 to work at all in qemu (/sbin/init
fails).  The ONLY_FOR_ARCH match in bsd.port.mk uses a very simple substring
match, so just "mips" will match all of the mips architectures by my reading
(and having "powerpc64" and "powerpc" is redundant as the check for "powerp=
c"
will already match "powerpc64").  It might also be worth inverting the chec=
k to
just be !aarch64 at this point (I think that's the only architecture not
supported now?)

Please include a 'Sponsored by: DARPA / AFRL' line in the commit log for the
MIPS bits of the actual commit to the port.

--=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-215783-13-QPJiTGIgsM>