summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-11-17 22:00:46 +0000
committerMatt Turner <mattst88@gmail.com>2008-11-17 22:00:46 +0000
commit9cdf45006ed170a6bc9ba946cbe4baedf3732832 (patch)
tree4b49702544c74d4ec2aca9d9633a364a63046604 /Makefile
parentd064ec35868720e0f29c1fe53a6e688333e71736 (diff)
Use libproccpuinfo
git-svn-id: svn://mattst88.com/svn/cleanbench/trunk@79 0d43b9a7-5ab2-4d7b-af9d-f64450cef757
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d77d86d..ae6e191 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CC=gcc
CFLAGS=-O3 -march=k8 -msse3 -ftree-vectorize -funroll-loops -pipe -static -Wunused -Wextra -Wall -pedantic
#CC=icc
#CFLAGS=-O3 -ipo -xP -gcc -static
-LIBS=-lm
+LIBS=-lm -lproccpuinfo
OBJS=emfloat.o randnum.o hardware.o cleanbench.o numsort.o stringsort.o bitfield.o fpemulation.o fourier.o assignment.o idea.o huffman.o neural.o linear.o