1
0
Fork 0
mirror of https://github.com/hermitcore/libhermit.git synced 2025-03-09 00:00:03 +01:00

disable temporary ICC example

This commit is contained in:
Stefan Lankes 2016-05-21 07:20:25 +02:00
parent 5cc31057d5
commit 44cc801525

View file

@ -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