mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +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
|
export PATH=$MIPSEL/usr/bin:$PATH
|
||||||
../../configure --host=mipsel-linux \
|
../../configure --host=mipsel-linux \
|
||||||
--disable-sdl-cd \
|
--disable-sdl-cd \
|
||||||
--with-endian=big \
|
--with-endian=little \
|
||||||
SDL_CONFIG=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/bin/sdl-config \
|
SDL_CONFIG=$MIPSEL/usr/mipsel-gcw0-linux-uclibc/sysroot/usr/bin/sdl-config \
|
||||||
$*
|
$*
|
||||||
|
|
Loading…
Reference in a new issue