ericsink / cb

Apache License 2.0
15 stars 14 forks source link

Add support for linux-s390x target #3

Closed uweigand closed 3 years ago

uweigand commented 3 years ago

Addresses the "cb" portion of https://github.com/ericsink/SQLitePCL.raw/issues/426

Note that the reason for adding another section is that we need to use a different set of pre-defines as s390x is a big-endian platform and therefore we cannot use ENDIAN_LITTLE.

ericsink commented 3 years ago

Hmm. So there is a cross compiler I can easily add to my build setup. So when I update the sqlite3.c source files, I could probably redo all the builds without needing help from somebody else.

uweigand commented 3 years ago

Hmm. So there is a cross compiler I can easily add to my build setup. So when I update the sqlite3.c source files, I could probably redo all the builds without needing help from somebody else.

Yes, the Ubuntu cross-compiler setup should work fine for s390x without needing anything else.

ericsink commented 3 years ago

@uweigand Sorry for the inconvenience, but I merged the GitHub Actions work that @filipnavara did, and now this PR has conflicts. Could you resolve them? Thanks!

ericsink commented 3 years ago

See #6