From 1ee652137c90cec0c3ff4ea34194cdf7d98202e6 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Fri, 12 Jun 2026 17:53:24 +0800
Subject: [PATCH] update table to space for all the build shell scripts
---
README.md | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md
index 9fdb7b8..655add7 100644
--- a/README.md
+++ b/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" {} \;
+```
+
--
Gitblit v1.10.0