LingYun Studio embeded system framwork software, such as thirdparty build shell and lingyun library
guowenxue
2024-08-22 00394f239e79cbfe0af36eb11c02290ac76e56e2
3rdparty/build.sh
@@ -1,15 +1,5 @@
#!/bin/bash
REP_CROSSTOOL=/opt/buildroot/cortex-a5/bin/arm-linux-
function replace_crosstool()
{
    for f in `find -iname "build*.sh"`
    do
        sed -i -e "s|^CROSSTOOL=.*|CROSSTOOL=$REP_CROSSTOOL|g" $f
    done
}
function do_compile
{
    for dir in `ls`
@@ -22,8 +12,5 @@
    done
}
#replace_crosstool
do_compile