public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [arm-embedded] Backport mainline 171225
@ 2011-09-19  7:49 Joey Ye
  0 siblings, 0 replies; only message in thread
From: Joey Ye @ 2011-09-19  7:49 UTC (permalink / raw)
  To: gcc-patches

Committed

        Backport r171225 from mainline
        2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>

        PR bootstrap/48120:
        * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
        Add -lstdc++ -lm to LIBS.
        * configure: Regenerate.

Index: configure
===================================================================
--- configure	(revision 171224)
+++ configure	(revision 171225)
@@ -5725,8 +5725,8 @@
 
 if test "x$with_ppl" != xno; then
   if test "x$pwllib" = x; then
-    saved_LDFLAGS="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $ppllibs"
+    saved_LIBS="$LIBS"
+    LIBS="$LIBS $ppllibs -lstdc++ -lm"
     { $as_echo "$as_me:${as_lineno-$LINENO}: checking for
PWL_handle_timeout in -lpwl" >&5
 $as_echo_n "checking for PWL_handle_timeout in -lpwl... " >&6; }
 if test "${ac_cv_lib_pwl_PWL_handle_timeout+set}" = set; then :
@@ -5767,7 +5767,7 @@
   pwllib="-lpwl"
 fi
 
-    LDFLAGS="$saved_LDFLAGS"
+    LIBS="$saved_LIBS"
   fi
 
   ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"
Index: configure.ac
===================================================================
--- configure.ac	(revision 171224)
+++ configure.ac	(revision 171225)
@@ -1677,10 +1677,10 @@
 
 if test "x$with_ppl" != xno; then
   if test "x$pwllib" = x; then
-    saved_LDFLAGS="$LDFLAGS"
-    LDFLAGS="$LDFLAGS $ppllibs"
-    AC_CHECK_LIB(pwl,PWL_handle_timeout,[pwllib="-lpwl"])
-    LDFLAGS="$saved_LDFLAGS"
+    saved_LIBS="$LIBS"
+    LIBS="$LIBS $ppllibs -lstdc++ -lm"
+    AC_CHECK_LIB(pwl, PWL_handle_timeout, [pwllib="-lpwl"])
+    LIBS="$saved_LIBS"
   fi
 
   ppllibs="$ppllibs -lppl_c -lppl $pwllib -lgmpxx"



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-09-19  5:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-19  7:49 [arm-embedded] Backport mainline 171225 Joey Ye

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).