mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-04-01 11:52:18 +02:00
(__BYTE_ORDER): Fix HP-UX byte-order to be __BIG_ENDIAN, as it was meant
to be. (Logical change 1.106)
This commit is contained in:
parent
b41d75048f
commit
039accfd88
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
|
||||||
# define __LITTLE_ENDIAN 1234
|
# define __LITTLE_ENDIAN 1234
|
||||||
# define __BIG_ENDIAN 4321
|
# define __BIG_ENDIAN 4321
|
||||||
# if defined(__hpux)
|
# if defined(__hpux)
|
||||||
# define __BYTE_ORDER __LITTLE_ENDIAN
|
# define __BYTE_ORDER __BIG_ENDIAN
|
||||||
# else
|
# else
|
||||||
# error Host has unknown byte-order.
|
# error Host has unknown byte-order.
|
||||||
# endif
|
# endif
|
||||||
|
|
Loading…
Add table
Reference in a new issue