]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.macosxicc
Wrong mag field signs convention in the online GRP retrieval.
[u/mrichter/AliRoot.git] / build / Makefile.macosxicc
index e8797d5b1d93f1f6fbf8c18ba9e718b0d74ff6e7..e4e4094e64c4fffc0383b2febb8dad60f4006acf 100644 (file)
@@ -10,12 +10,6 @@ ifeq (,$(FINK_ROOT))
 FINK_ROOT=/usr/local
 endif
 
-# The compilers
-CXX           = icc 
-CC           = icc
-
-F77          = ifort
-
 # Global optimisation
 OPT           = -O -g
 NOOPT         = -g
@@ -45,7 +39,7 @@ DEPENDFFLAGS  = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = icpc
+LD            = $(shell root-config --ld)
 LDFLAGS       = $(OPT) $(DICTLOAD)
 
 SHLD        := $(LD)