This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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: Joining GCC for version 3.4


"Tal Agmon" <Tal.Agmon@nsc.com> writes:

> On 15 Oct, Hans-Peter Nilsson wrote:
>>I will try to answer anyway, presuming that you do not refer to
>>the GCC intrinsics library libgcc (or for that matter the
>>language-specific libraries which indeed can be disabled) but
>>rather to a system library like glibc or newlib.
>
> Actually, I meant both.
> How should I disable libgcc? I tried writing in t-cr16c file the empty
> initializations: LIBGCC =
>                  INSTALL_LIBGCC =
> And it didn't work.
>
> How to disable libstdc++? Can I avoid getting to target-libstdc++-v3?

--enable-languages=... (don't include c++ here).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


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