fixed yet another endian issue (I used the wrong define for it)

This commit is contained in:
TLINDEN
2013-11-19 21:02:59 +01:00
parent 8b3b76d52d
commit 04dbf19381
8 changed files with 26 additions and 14 deletions

2
configure vendored
View File

@@ -12658,7 +12658,7 @@ fi
if test -n "$bigendian"; then
CFLAGS="$CFLAGS -D__BIG_ENDIAN=1"
CFLAGS="$CFLAGS -D__CPU_IS_BIG_ENDIAN=1"
fi