From f783a79952375b8549efd5c4c3228764cd429039 Mon Sep 17 00:00:00 2001
From: David Edelsohn <dje.gcc@gmail.com>
Date: Fri, 14 Sep 2012 23:41:36 +0000
Subject: [PATCH] * configure: Regenerated.

From-SVN: r191330
---
 libstdc++-v3/ChangeLog |  4 ++++
 libstdc++-v3/configure | 22 ++++++++++++----------
 2 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog
index 74e76872fcea..0a405375e650 100644
--- a/libstdc++-v3/ChangeLog
+++ b/libstdc++-v3/ChangeLog
@@ -1,3 +1,7 @@
+2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
+
+	* configure: Regenerated.
+
 2012-09-14  Jonathan Wakely  <jwakely.gcc@gmail.com>
 	    H.J. Lu  <hongjiu.lu@intel.com>
 
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 44c03b1ff140..8c053ad00b87 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -8535,6 +8535,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static='-Bstatic'
       fi
+      lt_prog_compiler_pic='-fPIC'
       ;;
 
     amigaos*)
@@ -11508,7 +11509,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11511 "configure"
+#line 11512 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -11614,7 +11615,7 @@ else
   lt_dlunknown=0; lt_dlno_uscore=1; lt_dlneed_uscore=2
   lt_status=$lt_dlunknown
   cat > conftest.$ac_ext <<_LT_EOF
-#line 11617 "configure"
+#line 11618 "configure"
 #include "confdefs.h"
 
 #if HAVE_DLFCN_H
@@ -13417,6 +13418,7 @@ $as_echo_n "checking for $compiler option to produce PIC... " >&6; }
 	# AIX 5 now supports IA64 processor
 	lt_prog_compiler_static_CXX='-Bstatic'
       fi
+      lt_prog_compiler_pic_CXX='-fPIC'
       ;;
 
     amigaos*)
@@ -14995,7 +14997,7 @@ fi
     #
     # Fake what AC_TRY_COMPILE does.  XXX Look at redoing this new-style.
     cat > conftest.$ac_ext << EOF
-#line 14998 "configure"
+#line 15000 "configure"
 struct S { ~S(); };
 void bar();
 void foo()
@@ -15330,7 +15332,7 @@ $as_echo "$glibcxx_cv_atomic_long_long" >&6; }
   # Fake what AC_TRY_COMPILE does.
 
     cat > conftest.$ac_ext << EOF
-#line 15333 "configure"
+#line 15335 "configure"
 int main()
 {
   typedef bool atomic_type;
@@ -15365,7 +15367,7 @@ $as_echo "$glibcxx_cv_atomic_bool" >&6; }
     rm -f conftest*
 
     cat > conftest.$ac_ext << EOF
-#line 15368 "configure"
+#line 15370 "configure"
 int main()
 {
   typedef short atomic_type;
@@ -15400,7 +15402,7 @@ $as_echo "$glibcxx_cv_atomic_short" >&6; }
     rm -f conftest*
 
     cat > conftest.$ac_ext << EOF
-#line 15403 "configure"
+#line 15405 "configure"
 int main()
 {
   // NB: _Atomic_word not necessarily int.
@@ -15436,7 +15438,7 @@ $as_echo "$glibcxx_cv_atomic_int" >&6; }
     rm -f conftest*
 
     cat > conftest.$ac_ext << EOF
-#line 15439 "configure"
+#line 15441 "configure"
 int main()
 {
   typedef long long atomic_type;
@@ -15515,7 +15517,7 @@ $as_echo "$as_me: WARNING: Performance of certain classes will degrade as a resu
   # unnecessary for this test.
 
     cat > conftest.$ac_ext << EOF
-#line 15518 "configure"
+#line 15520 "configure"
 int main()
 {
   _Decimal32 d1;
@@ -15557,7 +15559,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
   # unnecessary for this test.
 
     cat > conftest.$ac_ext << EOF
-#line 15560 "configure"
+#line 15562 "configure"
 template<typename T1, typename T2>
   struct same
   { typedef T2 type; };
@@ -15591,7 +15593,7 @@ $as_echo "$enable_int128" >&6; }
     rm -f conftest*
 
     cat > conftest.$ac_ext << EOF
-#line 15594 "configure"
+#line 15596 "configure"
 template<typename T1, typename T2>
   struct same
   { typedef T2 type; };
-- 
GitLab