This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/33396] add --enable-intermodule
- From: "aldot at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 24 Jan 2008 13:43:48 -0000
- Subject: [Bug bootstrap/33396] add --enable-intermodule
- References: <bug-33396-11811@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #8 from aldot at gcc dot gnu dot org 2008-01-24 13:43 -------
Created an attachment (id=15016)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15016&action=view)
updated patch
tiny fix: libgcc-s-objects-onestep is only needed for enable_shared=yes.
Two other buglets fixed that were exposed by building libgcc with
--enable-intermodule, see second changelog below.
libgcc/ChangeLog:
2007-11-19 Bernhard Fischer <>
* configure.ac: Add option --enable-intermodule for onestep
compile.
* Makefile.in: Use onestep.
gcc/ChangeLog:
2007-11-19 Bernhard Fischer <>
* gbl-ctors.h: Add header guard.
* libgcc2.c: Avoid redefinition of FUNC, use FUNCU for
__floatundi?f
* config/libbid/bid64_div.c: Extern decls of
__bid_{convert_table,factors,packed_10000_zeros} have to be const.
* libgcc/config/libbid/bid128_div.c: Likewise.
--
aldot at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #15008|0 |1
is obsolete| |
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33396