On Wed, 24 Feb 2016 00:45:07 +0100 Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net wrote:
New version: Add S390/S390x support.
Only non-PCI non-rawaccess hardware is supported.
No idea if it even compiles. I don't have hardware to test, it's a blind port.
Signed-off-by: Carl-Daniel Hailfinger c-d.hailfinger.devel.2006@gmx.net
FWIW, I have just managed to compile all of these with libusb1 + -compat, libftdi1 theoretically libpci (not used actually) on the build bot with dynamic linking (ill fix static linking on the currently about a dozen failing configurations soonish).
I have also verified the defines used to identify the new architectures. I have not checked the assignments of make variables. If you think this is enough to merge it then you may read this as an acked-by.
+# Disable all hardware related drivers on architectures with unknown raw access properties.
The phrase "hardware related drivers" has some great potential for improvement ;)