mirror of
https://github.com/iortcw/iortcw.git
synced 2025-05-30 00:10:59 +00:00
SP: Add support for FreeBSD/powerpc
Put it after powerpc64, because powerpc is also defined on powerpc64.
This commit is contained in:
parent
7470e4b7af
commit
19c5167037
1 changed files with 2 additions and 0 deletions
|
@ -231,6 +231,8 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||||
#define ARCH_STRING "alpha"
|
#define ARCH_STRING "alpha"
|
||||||
#elif defined __powerpc64__
|
#elif defined __powerpc64__
|
||||||
#define ARCH_STRING "powerpc64"
|
#define ARCH_STRING "powerpc64"
|
||||||
|
#elif defined __powerpc__
|
||||||
|
#define ARCH_STRING "powerpc"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if BYTE_ORDER == BIG_ENDIAN
|
#if BYTE_ORDER == BIG_ENDIAN
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue