mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
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>
This commit is contained in:
parent
26cd54e8fc
commit
bf48824c1c
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user