]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - build/Makefile.win32gcc
reduce size on disk for storing PDF nodes
[u/mrichter/AliRoot.git] / build / Makefile.win32gcc
index bf5e008c510ee1e94f3a59684083575b2c10bfc8..d15e74e0662e110a0c03c30739bca631dad3a547 100644 (file)
@@ -5,13 +5,6 @@
 
 XARGS = xargs -r
 
-# The compilers
-CXX           = g++ 
-F77          = g77
-CC           = gcc
-CCMAJORV      = $(shell $(CC) -dumpversion | cut -d. -f1)
-CCMINORV      = $(shell $(CC) -dumpversion | cut -d. -f2)
-
 # Global optimisation
 OPT           = -O -g
 NOOPT         = -g
@@ -38,7 +31,7 @@ DEPENDFFLAGS   = $(FFLAGS)
 # rootcint flags
 CINTFLAGS     = 
 
-LD            = g++
+LD            = $(shell root-config --ld)
 LDFLAGS       = $(OPT) 
 
 SHLD         = $(LD)