diff options
-rwxr-xr-x | make.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -139,7 +139,7 @@ function pkg:configure() { export -f pkg:configure function pkg:make() { - make AR="${PKG_TARG}-ar" CFLAGS='-O2 -mthumb' + make CC="${PKG_TARG}-gcc" AR="${PKG_TARG}-ar" CFLAGS='-O2 -mthumb' } export -f pkg:make |