From 2fdd03a2db853db815986e63a19eb9badb60e184 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 19 Sep 2003 23:22:06 +0000 Subject: [PATCH] One more thing for PPC64 git-svn-id: https://svn.dealii.org/trunk@7994 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index bcae15ad7d..b571f9e6c2 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -886,6 +886,10 @@ AC_DEFUN(DEAL_II_CHECK_CPU_OPTIMIZATIONS, dnl CXXFLAGSG="$CXXFLAGSG -mminimal-toc" CXXFLAGSO="$CXXFLAGSO -mminimal-toc" + dnl Also set 64-bit mode for f77 compiler, assuming we use IBM's xlf + F77FLAGSG="$F77FLAGSG -q64" + F77FLAGSO="$F77FLAGSO -q64" + dnl When generating 64-bit code, we need to pass respective flags when dnl linking (also for static libs) AR="$AR -X 64" -- 2.39.5