This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 2 of 3] ppl.sh: Remove unnecessary (and confusing) --enable-cxx configure switch


# HG changeset patch
# User Anthony Foiani <anthony.foiani@gmail.com>
# Date 1305804797 21600
# Branch ppl-config-fixes
# Node ID 0442260718791bfc5031594e87ceeaae787764ea
# Parent  e88b96d22cacd995521eb40eb14e97a56c017708
ppl.sh: 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>

diff -r e88b96d22cac -r 044226071879 scripts/build/companion_libs/ppl.sh
--- a/scripts/build/companion_libs/ppl.sh	Thu May 19 05:20:59 2011 -0600
+++ b/scripts/build/companion_libs/ppl.sh	Thu May 19 05:33:17 2011 -0600
@@ -42,7 +42,6 @@
         --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                        \

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]