This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
GCC2.95.2 Configuration Problem?
- To: gcc-bugs at gcc dot gnu dot org
- Subject: GCC2.95.2 Configuration Problem?
- From: rfreier at csw dot L-3com dot com
- Date: Thu, 27 Jan 2000 10:31:49 -0700
I think this is a problem common to all configuration
processes, so it shouldn't matter that I'm
attempting to build gcc2.95.2 on sparc-sun-solaris2.7
to cross compile to various vxworks targets.
It seems that resulting cross compilers do not
pay any attention to the -fno-gnu-linker or
-fgnu-linker. No difference is observed in any generated
object file. Specifically, for -fno-gnu-linker, any
generated global initialization function for global
constructors should be global, but the compiler
makes them local. This prevents the vxworks 'munch'
utility (similar to collect2) from creating a linkable
table of these initializers.
Thanks
Rod Freier
(rfreier@csw.L-3com.com)