[Bug 215783] devel/gdb: Add MIPS support
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Mon Jan 9 16:21:46 UTC 2017
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=215783
--- Comment #2 from John Baldwin <jhb at FreeBSD.org> ---
(In reply to luca.pizzamiglio from comment #1)
It has been tested for both mips (o32) and mips64 (n64). It should build fine
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 "powerpc"
will already match "powerpc64"). It might also be worth inverting the check 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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list