openzfs / spl

A shim layer which adds the core interfaces required for OpenZFS.
https://zfsonlinux.org/
GNU General Public License v2.0
282 stars 181 forks source link

ia64: Unsupported ISA type #676

Closed yhaenggi closed 6 years ago

yhaenggi commented 6 years ago

Has the support for ia64 been dropped completely? spl/zfs refuses to build due to the unsupported isa type check in 'lib/libspl/include/sys/isa_defs.h'

behlendorf commented 6 years ago

@K1773R support for ia64 was never there in the first place. It could be added be adding the needed defines to both the spl and zfs isa files. We haven't done so since we don't have the hardware around to easily test with. If you do and would like to enable this support please go ahead and open a PR.