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]

Re: Multilib blues


> I've problem to configure in multilib support for arm-uclinux
> target....  What i need is to have a mutilib subdir pic where the
> object modules are compiled with flag -mno-got... it works well for
> all files except for crtbeginS.o and crtendS.o which get compiled
> without these options... when i add crtbeginS.o and crtendS.o to
> MULTILIB_EXTRA_PARTS the make process breaks...

Shouldn't you also be adding 'CRTSTUFF_T_CFLAGS_S = -mno-got' in your
t-* (target) file?

Multilibs can be slippery.  The best way to implement them seems to be
to study existing multilibbed targets. Perhaps config/i386/t-sco5 will
inspire you.

RJL

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