Skip to content
This repository was archived by the owner on Feb 28, 2023. It is now read-only.

Commit ec670a2

Browse files
committed
common-apps: disable full -dumpspecs, keep count lines
1 parent dc97492 commit ec670a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/common-apps-functions-source.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ function test_gcc()
10681068
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpmachine
10691069
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -print-multi-lib
10701070
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -print-multi-lib | wc -l | sed -e 's| ||g'
1071-
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpspecs
1071+
# run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpspecs
10721072
run_app "${TEST_BIN_PATH}/${GCC_TARGET}-gcc" -dumpspecs | wc -l | sed -e 's| ||g'
10731073

10741074
local tmp=$(mktemp /tmp/gcc-test.XXXXX)

0 commit comments

Comments
 (0)