[LTP] [PATCH 1/2] build.sh: Remove deprecated CROSS_COMPILE
Li Zhijian
lizhijian@cn.fujitsu.com
Mon Jan 11 04:07:03 CET 2021
The CROSS_COMPILE was no longer used by ltp since 400ac9bbe20.
Signed-off-by: Li Zhijian <lizhijian@cn.fujitsu.com>
---
build.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sh b/build.sh
index 452cc6f4c..602ca419e 100755
--- a/build.sh
+++ b/build.sh
@@ -64,7 +64,7 @@ build_cross()
fi
echo "===== cross-compile ${host} ${1}-tree build into $PREFIX ====="
- build $1 $2 "--host=$host" CROSS_COMPILE="${host}-"
+ build $1 $2 "--host=$host"
}
build()
--
2.30.0
More information about the ltp
mailing list