From: Wolfgang Bangerth Date: Wed, 26 Sep 2007 03:43:36 +0000 (+0000) Subject: Use the correct PIC flag for newer xlC versions X-Git-Tag: v8.0.0~9819 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6db374a8d804a974c0b592ccad16d196e9e88443;p=dealii.git Use the correct PIC flag for newer xlC versions git-svn-id: https://svn.dealii.org/trunk@15243 0785d39b-7218-0410-832d-ea1e28bc413d --- 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*)