Remove icc reference in Linux Makefile
authorJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 20:25:48 +0000 (22:25 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Fri, 30 May 2008 20:25:48 +0000 (22:25 +0200)
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Makefile

index e0ab0b8785a2add9cf17f91ea0470eec08f9ce1f..b7a25f51b454d7a4e7de0846035b0012c3fafea1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,3 @@
-#CC    = /opt/intel/cce/9.1.045/bin/icc
 CC     = gcc
 DEBUGFLAGS = -D_FORTIFY_SOURCE=2 -DFIO_INC_DEBUG
 OPTFLAGS= -O2 -g $(EXTFLAGS)