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 1 of 2] Add g++ to required tools


# HG changeset patch
# User Bart vdr. Meulen <bartvdrmeulen@gmail.com>
# Date 1249224333 -7200
# Node ID f04c7879f3c2d38cc4aa317532c24395fc0e760a
# Parent  76f8feef64c455d4cd451ee5f3bf522f6a371f3d
Add g++ to required tools

Because gmp is now always build with --enable-cxx,
g++ has become a required tool

Signed-off-by: Bart vdr Meulen <bartvdrmeulen@gmail.com>

---

diff -r 76f8feef64c4 -r f04c7879f3c2 scripts/crosstool-NG.sh.in
--- a/scripts/crosstool-NG.sh.in	Sat Aug 01 19:18:12 2009 +0200
+++ b/scripts/crosstool-NG.sh.in	Sun Aug 02 16:45:33 2009 +0200
@@ -405,7 +405,7 @@
             else
                 case "${tool}" in
                     # We'll at least need some of them...
-                    ar|as|gcc|ld|nm|objcopy|objdump|ranlib)
+                    ar|as|gcc|g++|ld|nm|objcopy|objdump|ranlib)
                         CT_Abort "Missing: '${t}${tool}${!s}' or '${t}${tool}' or '${tool}' : either needed!"
                         ;;
                     # Some are conditionnally required



--
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]