This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
porting gcc can't compile libgcc2.c
- From: Eric Fisher <joefoxreal at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Thu, 1 Sep 2005 16:42:53 +0800
- Subject: porting gcc can't compile libgcc2.c
Hello,
Here is a question about porting gcc. After I modified machine.md and
other backend files, I can make cc1 and xgcc now. But libgcc2.o still
failed. I'd like to know does we must make libgcc2.o since the target
machine don't have float registers and 64bit registers.
Thanks a lot.
Eric