]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
detect correctly the 64 bit version of libgfortran and libgfortranbegin.
authorrdm <rdm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2008 18:24:50 +0000 (18:24 +0000)
committerrdm <rdm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 23 Jan 2008 18:24:50 +0000 (18:24 +0000)
build/Makefile.macosx64

index 40fcdfb778fcadfcc57f8458b56d7515e2268257..7009c24101f623c25fa2dd8235257f80cf1dc43f 100644 (file)
@@ -94,6 +94,6 @@ EXEFLAGS     := -bind_at_load
 ifeq (g95,$(findstring g95,$(ROOTBUILD)))
 SYSLIBS += -L$(shell g95 --print-search-dirs | sed -n -e 's/install: //p') -lf95
 else
-SYSLIBS += -ldl $(shell $(F77) -print-file-name=libgfortran.dylib)
-SYSLIBS += $(shell $(F77) -print-file-name=libgfortranbegin.a)
+SYSLIBS += -ldl $(shell $(F77) -m64 -print-file-name=libgfortran.dylib)
+SYSLIBS += $(shell $(F77) -m64 -print-file-name=libgfortranbegin.a)
 endif