From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12334 invoked by alias); 4 Jan 2014 19:25:16 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 12323 invoked by uid 89); 4 Jan 2014 19:25:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mout.gmx.net Received: from mout.gmx.net (HELO mout.gmx.net) (212.227.15.18) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 04 Jan 2014 19:25:14 +0000 Received: from bernalk.machteam ([84.151.35.184]) by mail.gmx.com (mrgmx003) with ESMTPSA (Nemesis) id 0LreCz-1VGkva0A7J-013L0c for ; Sat, 04 Jan 2014 20:25:11 +0100 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [PATCH 0 of 1] set CXXFLAGS at configure gcc Message-Id: User-Agent: Mercurial-patchbomb/2.2.2 Date: Sat, 04 Jan 2014 19:25:00 -0000 From: Daniel Dittmann To: "Yann E. MORIN" Cc: crossgcc@sourceware.org X-SW-Source: 2014-01/txt/msg00019.txt.bz2 Since gcc 4.8 C++ is also used. This patch set CXXFLAGS at configure command so that CFLAGS are also used when compile c++ code. -- For unsubscribe information see http://sourceware.org/lists.html#faq