From 3152da9d5a99a95ce75fee6c378a3b0711e28bb3 Mon Sep 17 00:00:00 2001 From: bustico Date: Wed, 9 Apr 2008 15:28:53 +0000 Subject: fix macos file after failed attempt to use openmp on macos with gcc 4.3 --- tools/Makefile.osx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tools/Makefile.osx') diff --git a/tools/Makefile.osx b/tools/Makefile.osx index 580a44c..a45e4ff 100644 --- a/tools/Makefile.osx +++ b/tools/Makefile.osx @@ -1,5 +1,3 @@ -CC = gcc -g -Wall -CPP='g++' GLUTINC = -I/usr/include -I. GLUTLIB = -L. -lglut -lGLU -lGL -lX11 -lXmu @@ -11,6 +9,10 @@ OMP_TARGET= ivyprobe_omp ivythroughput_omp OMPLIB = -lgomp -lpthread OMPCC = gcc-mp-4.3 OMPCPP = g++-mp-4.3 +CC = gcc -g -Wall +CPP='g++' +#CC = $(OMPCC) +#CPP= $(OMPCPP) PCRELIB = `pcre-config --libs` PCREINCL = `pcre-config --cflags` -- cgit v1.1