Skip to content

Commit fc319cd

Browse files
dwsuseigaw
authored andcommitted
build: Update cross instruction and drop verbose test flag
Signed-off-by: Daniel Wagner <[email protected]>
1 parent 1543122 commit fc319cd

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

scripts/build.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ usage() {
1111
echo " -b [release]|debug build type"
1212
echo " -c [gcc]|clang compiler to use"
1313
echo " -m [meson]|muon use meson or muon"
14-
echo " -t [arm]|ppc64le|s390x cross compile target"
14+
echo " -t [armhf]|ppc64le|s390x cross compile target"
1515
echo ""
1616
echo "configs with meson:"
1717
echo " [default] default settings"
@@ -27,7 +27,7 @@ usage() {
2727
BUILDTOOL=meson
2828
MESON=meson
2929
BUILDTYPE=release
30-
CROSS_TARGET=arm
30+
CROSS_TARGET=armhf
3131
CC=${CC:-"gcc"}
3232

3333
while getopts "b:c:m:t:" o; do
@@ -102,7 +102,6 @@ build_meson() {
102102

103103
test_meson() {
104104
"${MESON}" test \
105-
--verbose \
106105
-C "${BUILDDIR}"
107106
}
108107

0 commit comments

Comments
 (0)