From d3a954c73dc58db8c2e7eb1413f274d6f265c965 Mon Sep 17 00:00:00 2001 From: Deksan Date: Fri, 3 Jan 2014 11:51:50 +0100 Subject: [PATCH] Fixed fex2bin / bin2fex cross compilation --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index fa32f3a..4631971 100644 --- a/build.sh +++ b/build.sh @@ -247,7 +247,7 @@ cd $DEST/ #cd $DEST/ # sunxi-tools cd $DEST/sunxi-tools -make clean && make -j2 'fex2bin' CROSS_COMPILE=arm-linux-gnueabihf- && make -j2 'bin2fex' CROSS_COMPILE=arm-linux-gnueabihf- +make clean && make -j2 'fex2bin' CC=arm-linux-gnueabihf-gcc && make -j2 'bin2fex' CC=arm-linux-gnueabihf-gcc cp fex2bin $DEST/output/sdcard/usr/bin/ cp bin2fex $DEST/output/sdcard/usr/bin/