diff options
| author | Anthony Foiani <anthony.foiani@gmail.com> | 2011-05-19 23:05:58 +0200 |
|---|---|---|
| committer | Anthony Foiani <anthony.foiani@gmail.com> | 2011-05-19 23:05:58 +0200 |
| commit | bf48824c1c49a4eae16e79c16a1d785fae8e7e8b (patch) | |
| tree | d8d5f287618ed8ee3dee5464a9dce5d92e4cc2fe | |
| parent | 26cd54e8fc0c9d736aea9c93e42a0f4966e9159d (diff) | |
| download | crosstool-ng-bf48824c1c49a4eae16e79c16a1d785fae8e7e8b.tar.gz crosstool-ng-bf48824c1c49a4eae16e79c16a1d785fae8e7e8b.tar.bz2 crosstool-ng-bf48824c1c49a4eae16e79c16a1d785fae8e7e8b.zip | |
complibs/ppl: remove unnecessary (and confusing) --enable-cxx configure switch.
PPL does not use the "--enable-cxx" configure switch at all; it's
possibly a cut-and-paste leftover from 'gmp.sh'. (PPL is written in C++
natively, so it doesn't make much sense to have to enable C++; GMP, on
the other hand, is written in C with an optional C++ wrapper.)
Signed-Off-By: Anthony Foiani <anthony.foiani@gmail.com>
| -rw-r--r-- | scripts/build/companion_libs/ppl.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/build/companion_libs/ppl.sh b/scripts/build/companion_libs/ppl.sh index 77ad64c0..9700a386 100644 --- a/scripts/build/companion_libs/ppl.sh +++ b/scripts/build/companion_libs/ppl.sh @@ -42,7 +42,6 @@ do_ppl() { --with-libgmp-prefix="${CT_COMPLIBS_DIR}" \ --with-libgmpxx-prefix="${CT_COMPLIBS_DIR}" \ --with-gmp-prefix="${CT_COMPLIBS_DIR}" \ - --enable-cxx \ --enable-watchdog \ --disable-debugging \ --disable-assertions \ |
