Skip to content
Snippets Groups Projects
  • alpine-mips-patches's avatar
    20b06b3a
    community/dynamips: fix byte order detection · 20b06b3a
    alpine-mips-patches authored
    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.
    20b06b3a
    History
    community/dynamips: fix byte order detection
    alpine-mips-patches authored
    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.