mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-10 18:00:15 +01:00
13 lines
490 B
Plaintext
13 lines
490 B
Plaintext
|
# include base minimo build options
|
||
|
. $topsrcdir/embedding/minimo/mozconfig
|
||
|
|
||
|
# cross compile for arm-linux
|
||
|
PATH=/opt/toolchain/bin:/opt/toolchain/arm-linux/local/bin:$PATH
|
||
|
CROSS_COMPILE=1
|
||
|
LIBIDL_CONFIG=/opt/toolchain/arm-linux/local/bin/libIDL-config-2
|
||
|
HOST_LIBIDL_CONFIG=/usr/bin/libIDL-config
|
||
|
ac_add_options --target=arm-linux
|
||
|
ac_add_options --x-includes=/opt/toolchain/arm-linux/local/X11R6/include
|
||
|
ac_add_options --x-libraries=/opt/toolchain/arm-linux/local/X11R6/lib
|
||
|
CXX=arm-linux-gcc
|