From 427dadcb7442eec539825b928d9ce976df44291d Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Fri, 16 Jul 2010 18:53:25 +0000 Subject: [PATCH] Enabled endianness checks. git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@1830 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- scripts/run-regression-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run-regression-tests b/scripts/run-regression-tests index e66fff87a..02aefbda2 100755 --- a/scripts/run-regression-tests +++ b/scripts/run-regression-tests @@ -390,7 +390,7 @@ function run_sparse { cd "${outputdir}/linux-$1" \ && make -s prepare \ && make -s scripts \ - && LC_ALL=C make -k C=2 M="${subdir}" # CF=-D__CHECK_ENDIAN__ + && LC_ALL=C make -k C=2 CF=-D__CHECK_ENDIAN__ M="${subdir}" ) &> "${outputfile}" local errors=$(grep -c ' error:' "${outputfile}") local warnings=$(grep -c ' warning:' "${outputfile}")