aboutsummaryrefslogtreecommitdiff
path: root/tcwgweb.sh
diff options
context:
space:
mode:
authorRob Savoye <rob.savoye@linaro.org>2014-05-19 11:28:47 -0600
committerRob Savoye <rob.savoye@linaro.org>2014-05-19 11:28:47 -0600
commit42e121ce947f9f9fa281ce76be34754d9c244f30 (patch)
tree45b2978b695ae12ba520eca59bd01422b36833b7 /tcwgweb.sh
parent229d451ad5ac7d44a33461ddb24060283e217b08 (diff)
add libatomic libgomp libitm to the list of sum files to process
Change-Id: I62be3e63f6f02b7ea49f045c63a0f8195b5dee88
Diffstat (limited to 'tcwgweb.sh')
-rwxr-xr-xtcwgweb.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwgweb.sh b/tcwgweb.sh
index eda76875..27e570c1 100755
--- a/tcwgweb.sh
+++ b/tcwgweb.sh
@@ -64,7 +64,7 @@ difftwodirs ()
mkdir -p ${diffdir}
unxz ${prev}/*.sum.xz
unxz ${next}/*.sum.xz
- for i in gcc g++ libstdc++ gfortran ld gas gdb glibc egibc newlib binutils; do
+ for i in gcc g++ libstdc++ gfortran ld gas gdb glibc egibc newlib binutils libatomic libgomp libitm; do
if test -e ${prev}/$i.sum -a -e ${next}/$i.sum; then
diff -U 0 ${prev}/$i.sum ${next}/$i.sum 2>&1 | egrep '^[+-]PASS|^[+-]FAIL|^[+-]XPASS|^[+-]XFAIL' 2>&1 | sort -k 2 2>&1 > ${diffdir}/diff-$i.txt
if test -s ${diffdir}/diff-$i.txt; then