Discussion:
[OpenRISC] 64bit and/or little-endian availability?
Matt Thomas
2014-09-02 09:00:52 UTC
Permalink
As I write the NetBSD support code, I wonder if there has been work
on an actual 64-bit OR1K and/or a little-endian version. Right now
I've been targeting 32-bit BE but I wonder if I should worry about
64-bit and/or little endian variants.
Stefan Kristiansson
2014-09-05 17:30:36 UTC
Permalink
Post by Matt Thomas
As I write the NetBSD support code, I wonder if there has been work
on an actual 64-bit OR1K and/or a little-endian version. Right now
I've been targeting 32-bit BE but I wonder if I should worry about
64-bit and/or little endian variants.
There has been some work on toolchains for little-endian version and
there are partial support for 64-bit.
Personally, I think a 64-bit implementation would be more interesting
than a little-endian one.
I think it's safe to, at first initially, concentrate on 32-bit BE.

Stefan

Loading...