mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-10 15:22:04 +00:00
Correct the endianess.
mips-linux is little endian (missed edit from the copy from ps3)
This commit is contained in:
parent
1cd58b30f4
commit
7c3ad46b48
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ export PKG_CONFIG_LIBDIR=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot/lib/pkgcon
|
|||
export PATH=$MIPSEL/usr/bin:$PATH
|
||||
../../configure --host=mipsel-linux \
|
||||
--disable-sdl-cd \
|
||||
--with-endian=big \
|
||||
--with-endian=little \
|
||||
SDL_CONFIG=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/bin/sdl-config \
|
||||
$*
|
||||
|
|
Loading…
Reference in a new issue