2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2008 17:24:23 +0000 (17:24 +0000)
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Dec 2008 17:24:23 +0000 (17:24 +0000)
* configure.ac (ppllibs): Add by default the lib flags.
* configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142715 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index ee366db..8212546 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-12-12  Sebastian Pop <sebastian.pop@amd.com>
+
+       * configure.ac (ppllibs): Add by default the lib flags.
+       * configure: Regenerate.
+
 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
 
        * MAINTAINERS:  Add myself to the write after approval list.
index 403982c..f26e2ba 100755 (executable)
--- a/configure
+++ b/configure
@@ -4809,7 +4809,7 @@ fi
 # Check for PPL
 ppl_major_version=0
 ppl_minor_version=10
-ppllibs=
+ppllibs=" -lppl_c -lppl -lgmpxx "
 pplinc=
 
 
index 21fcf78..6efc633 100644 (file)
@@ -1315,7 +1315,7 @@ AC_SUBST(gmpinc)
 # Check for PPL
 ppl_major_version=0
 ppl_minor_version=10
-ppllibs=
+ppllibs=" -lppl_c -lppl -lgmpxx "
 pplinc=
 
 AC_ARG_WITH(ppl, [  --with-ppl=PATH         Specify prefix directory for the installed PPL package