jjb: Remove coverity hack, fixed upstream
authorMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Jul 2019 22:02:51 +0000 (18:02 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 16 Jul 2019 22:02:51 +0000 (18:02 -0400)
Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
scripts/common/coverity.sh

index e2282e1c3de73b67a6273adaa25d9888a277bb73..a88a2c7fde3f62cbf0566c675c8de2be4595ee8c 100755 (executable)
@@ -112,28 +112,6 @@ if [ -d "$WORKSPACE/src/linux" ]; then
        export KERNELDIR="$WORKSPACE/src/linux"
 fi
 
-# Hack to get coverity with gcc >= 7
-#
-# We have to define the _Float* types as those are not defined by coverity and as result
-# the codes linking agains those (pretty much anything linking against stdlib.h and math.h)
-# won't be covered.
-echo "
-#ifdef __cplusplus
-extern \"C\" {
-#endif
-
-#define _Float128 long double
-#define _Float64x long double
-#define _Float64 double
-#define _Float32x double
-#define _Float32 float
-
-#ifdef __cplusplus
-}
-#endif" >> /tmp/coverity.h
-
-export CPPFLAGS="-include /tmp/coverity.h ${CPPFLAGS:-}"
-
 
 # Verify upload is permitted
 #  Added "--insecure" because Coverity can't be bothered to properly install SSL certificate chains
This page took 0.030913 seconds and 4 git commands to generate.