From 0ba2953a1197a5bf0b929009a464137e23dcda36 Mon Sep 17 00:00:00 2001 From: wolf Date: Sat, 20 Sep 2003 01:26:59 +0000 Subject: [PATCH] Regenerate git-svn-id: https://svn.dealii.org/trunk@7998 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/configure | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/deal.II/configure b/deal.II/configure index a18ff47362..b371828ecb 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -6668,8 +6668,8 @@ echo "${ECHO_T}F77 compiler is unkown. no flags set!" >&6 ;; AIXF77) - F77FLAGSG="$FFLAGS -g" - F77FLAGSO="$FFLAGS -O3 -w" + F77FLAGSG="$FFLAGS -g -qextname" + F77FLAGSO="$FFLAGS -O3 -w -qextname" F77LIBS="$F77LIBS -lxlf90" F77FLAGSPIC="unknown!" @@ -7252,6 +7252,9 @@ echo "${ECHO_T}PowerPC64" >&6 CXXFLAGSG="$CXXFLAGSG -mminimal-toc" CXXFLAGSO="$CXXFLAGSO -mminimal-toc" + F77FLAGSG="$F77FLAGSG -q64" + F77FLAGSO="$F77FLAGSO -q64" + AR="$AR -X 64" LDFLAGS="$LDFLAGS -maix64" -- 2.39.5