Created
May 12, 2013 12:33
-
-
Save tluyben/5563410 to your computer and use it in GitHub Desktop.
open msx compile zipit
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
cd /home/openwrt/openmsx-openmsx | |
export STAGING_DIR=/home/openwrt/src/zipit/openwrt-zipit/staging_dir | |
export CXX=/home/openwrt/src/zipit/openwrt-zipit/staging_dir/toolchain-arm_v5te_gcc-4.6-linaro_uClibc-0.9.33.2_eabi/bin/arm-openwrt-linux-uclibcgnueabi-g++ | |
make clean | |
rm -fR derived/* | |
make staticbindist OPENMSX_TARGET_CPU=arm CXX=$CXX OPENMSX_FLAVOUR=zipit LINK_MODE=3RD_STA_MIN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment