From 44cc80152581227675f94758f37131b3b31047d1 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Sat, 21 May 2016 07:20:25 +0200 Subject: [PATCH] disable temporary ICC example --- hermit/usr/benchmarks/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/hermit/usr/benchmarks/Makefile b/hermit/usr/benchmarks/Makefile index b462bf750..604baafb4 100644 --- a/hermit/usr/benchmarks/Makefile +++ b/hermit/usr/benchmarks/Makefile @@ -29,12 +29,8 @@ ifeq ($V,0) P = > /dev/null endif -INTEL = 0 -ifeq ($INTEL,0) ICC_EXE = -else -ICC_EXE = stream_icc -endif +#ICC_EXE = stream_icc # other implicit rules %.o : %.c