diff options
author | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-12 17:24:23 +0000 |
---|---|---|
committer | spop <spop@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-12 17:24:23 +0000 |
commit | 6dd977badc538a96fa03e8ee6a2e8b452adc6158 (patch) | |
tree | d8af9e3b5774bdc1169498322ae9a1ecc35a0117 /configure.ac | |
parent | e6dbf6309dedda3b10ae28e2375bd4056a566e05 (diff) | |
download | gcc-6dd977badc538a96fa03e8ee6a2e8b452adc6158.tar.gz |
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
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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 |