mirror of
https://github.com/VincentWei/MiniGUI.git
synced 2026-02-07 19:37:00 +08:00
13 lines
365 B
Bash
Executable File
13 lines
365 B
Bash
Executable File
#!/bin/bash
|
|
|
|
rm config.cache config.status -f
|
|
|
|
CC=ppc_8xx-gcc \
|
|
CFLAGS="$CFLAGS -I/opt/sinovee/ppc8xx-linux-2.0/target/usr/include -L/opt/sinovee/ppc8xx-linux-2.0/target/usr/lib" \
|
|
./configure --prefix=/opt/sinovee/ppc8xx-linux-2.0/cdk/usr \
|
|
--build=i386-linux \
|
|
--host=ppc-linux \
|
|
--target=ppc-linux \
|
|
--enable-mpc823ial \
|
|
--disable-vbfsupport
|