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]

Re: [PATCH] Pass CXXFLAGS to binutils/gold


On Wed, Oct 5, 2011 at 3:14 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Tuesday 04 October 2011 21:21:21 Michael Hope wrote:
>> It feels a bit funny passing CFLAGS as CXXFLAGS, but the PPL and GCC
>> target rules already do the same.
>
> especially because there are flags valid for the C compiler which are not valid
> for the C++ compiler ...

Yip.  There's a good amount of deliberate overlap between the gcc,
g++, and gfortran flags.  In crosstool-NG it's currently only used for
-pipe.

-- Michael

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