LingYun open library local/cross compile shell scripts
guowenxue
yesterday 1ee652137c90cec0c3ff4ea34194cdf7d98202e6
README.md
@@ -2,3 +2,9 @@
LingYun open library local/cross compile shell scripts
Update cross compiler:
```bash
find -name "build.sh" -exec sed -i "s|^CROSS_COMPILE=.*|CROSS_COMPILE=/opt/gcc-aarch32-10.3-2021.07/bin/arm-none-linux-gnueabihf-|g" {} \;
```