This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
i386 LIBGCC1
- To: <gcc at gcc dot gnu dot org>
- Subject: i386 LIBGCC1
- From: "Golubev I. N." <gin at mo dot msk dot ru>
- Date: Fri, 11 May 2001 17:24:29 (GMT)
Version: 2.95.3
Platform: any i386 target
Why does not gcc set `LIBGCC1=' (empty) in Makefile? Instead, it
compiles `libgcc1.a', possibly with gcc itself (another compiler may
be not available), consuming unnecessary time and space and causing
people to worry about what happens if we compile it with gcc. In fact
it appears that gcc never generates references to stuff defined in
`libgcc1.a'. (This also means that there is no infinite recursion in
`libgcc1.a', so compiling it with gcc is safe.)