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]

g77's use of assert and x-compilation


g77 sources include assert.h, and hence requires __eprintf support in
libgcc.a. When cross compiling however, `inhibit_libc' is defined in
libgcc2.c which omits _eprintf, causing a problem building f771. Has
anyone else run into this, or am I missing something obvious?

The systems I typically builds cross-compilers for are ``fully 
configured'', ie., they have all the includes, and my local patches 
remove the libgcc2.c's mucking with inhibit_libc to avoid this
problem.

Mumit



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