source: tools/tuxtxt/mak.mipsel.sh @ 39164

Last change on this file since 39164 was 28036, checked in by obi, 10 years ago

[tools] add mipsel tuxtxt

  • Property svn:executable set to *
  • Property svn:mime-type set to application/octet-stream
File size: 1.7 KB
Line 
1rm *.o
2rm tuxtxt
3"$HOME"/flashimg/BUILDGIT/checkout_mips360/builds/openatv/inihde/tmp/sysroots/x86_64-linux/usr/libexec/mips32el-oe-linux/gcc/mipsel-oe-linux/4.6.4/mipsel-oe-linux-gcc -Os -c tuxtxt.c -I"$HOME"/flashimg/BUILDGIT/checkout_mips360/builds/openatv/inihde/tmp/sysroots/inihde/usr/include/freetype2 -o tuxtxt.o -mhard-float -DMIPSEL -DUSE_BLIT
4
5echo "***LINK***"
6
7"$HOME"/flashimg/BUILDGIT/checkout_mips360/builds/openatv/inihde/tmp/sysroots/x86_64-linux/usr/libexec/mips32el-oe-linux/gcc/mipsel-oe-linux/4.6.4/mipsel-oe-linux-gcc -Os tuxtxt.o -L"$HOME"/flashimg/BUILDGIT/checkout_mips360/builds/openatv/inihde/tmp/sysroots/inihde/usr/lib  -lpthread  -ltuxtxt32bpp -ltuxtxt -lz -o tuxtxt 
8"$HOME"/flashimg/BUILDGIT/checkout_mips360/builds/openatv/inihde/tmp/sysroots/x86_64-linux/usr/libexec/mips32el-oe-linux/gcc/mipsel-oe-linux/4.6.4/mipsel-oe-linux-strip tuxtxt
Note: See TracBrowser for help on using the repository browser.