This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: libgcc question
- To: gcc at gcc dot gnu dot org
- Subject: Re: libgcc question
- From: Bahman Sistany <bsistany at zucotto dot com>
- Date: Thu, 06 Sep 2001 17:12:10 -0400
- References: <3B7159CA.C4BE29C4@zucotto.com>
Bahman Sistany wrote:
> ...
> Also, this port has its own libraries,
> assembler and linker. My assumption based on what I have read online is
> that I don't need libgcc. Is this correct?
>
Turns out I do need libgcc1.a
The new architecture already has a compiler, and an object format of its
own.
Question is: If I succeed to compile libgcc2.c using the current
compiler (currently it just hangs), and somehow get an object format
ouput that I can use on my host platform (ELF), will that be enough to
get past the libgcc1-test?
Your help is appreciated,
Bahman