This is the mail archive of the gcc-bugs@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]

GCC2.95.2 Configuration Problem?




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)



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