Commit 45165538 authored by Marc G. Fournier's avatar Marc G. Fournier

From: "Brian E. Gallew" <geek+@cmu.edu>

Subject: [PORTS] minor fix for DGUX port

src/include/port/dgux.h needs the following three lines appended:

#ifndef         BYTE_ORDER
#define         BYTE_ORDER      BIG_ENDIAN
#endif


I believe this to be correct for DG/UX on M88k processors.  I don't have one of
the new Intel-based boxes to check on.
parent f22f57ca
# define LINUX_ELF
# define USE_POSIX_SIGNALS
#define LINUX_ELF
#define USE_POSIX_SIGNALS
#ifndef BYTE_ORDER
# define BYTE_ORDER BIG_ENDIAN
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment