summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-12 17:24:23 +0000
committerspop <spop@138bc75d-0d04-0410-961f-82ee72b054a4>2008-12-12 17:24:23 +0000
commit6dd977badc538a96fa03e8ee6a2e8b452adc6158 (patch)
treed8af9e3b5774bdc1169498322ae9a1ecc35a0117
parente6dbf6309dedda3b10ae28e2375bd4056a566e05 (diff)
downloadppe42-gcc-6dd977badc538a96fa03e8ee6a2e8b452adc6158.tar.gz
ppe42-gcc-6dd977badc538a96fa03e8ee6a2e8b452adc6158.zip
2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
* 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
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index ee366db9014..82125465bf5 100644
--- 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.
diff --git a/configure b/configure
index 403982c69fb..f26e2ba5cb7 100755
--- 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=
diff --git a/configure.ac b/configure.ac
index 21fcf78ed49..6efc633c308 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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
OpenPOWER on IntegriCloud