Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/dynamips: fix byte order detection | alpine-mips-patches | 2018-12-17 | 1 | -13/+0 |
| | | | | | | | | | Use the generic gcc/clang/suncc __BYTE_ORDER__ macro to detect platform byte order instead of hard-coded architecture detection which is wrong for ppc64le (always assumes POWER is big-endian) and lacks any knowledge of mips*. This change covers s390x too so remove s390x-support.patch. | ||||
* | community/dynamips: add s390x support | Tuan M. Hoang | 2017-04-27 | 1 | -0/+13 |