From f6b2aa08d584ee33148b0eaf49632697423cf29c Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 26 Sep 2007 03:43:36 +0000 Subject: [PATCH] Use the correct PIC flag for newer xlC versions git-svn-id: https://svn.dealii.org/trunk@15243 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/aclocal.m4 | 4 ++-- deal.II/configure | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 9a2f9c3280..d2a7401ce4 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -557,8 +557,8 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl ibm_xlc) CXXFLAGSG="$CXXFLAGS -DDEBUG -check=bounds -info=all -qrtti=all" CXXFLAGSO="$CXXFLAGS -O2 -w -qansialias -qrtti=all" - CXXFLAGSPIC="-fPIC" - LDFLAGSPIC="-fPIC" + CXXFLAGSPIC="-qpic" + LDFLAGSPIC="-qpic" ;; MIPSpro*) diff --git a/deal.II/configure b/deal.II/configure index 8055a6edbb..3348efc396 100755 --- a/deal.II/configure +++ b/deal.II/configure @@ -4175,8 +4175,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ibm_xlc) CXXFLAGSG="$CXXFLAGS -DDEBUG -check=bounds -info=all -qrtti=all" CXXFLAGSO="$CXXFLAGS -O2 -w -qansialias -qrtti=all" - CXXFLAGSPIC="-fPIC" - LDFLAGSPIC="-fPIC" + CXXFLAGSPIC="-qpic" + LDFLAGSPIC="-qpic" ;; MIPSpro*) -- 2.39.5