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]
Other format: [Raw text]

Re: Compiling libgcc functions with non-default LIBGCC2_UNITS_PER_WORD


On Sat, Jan 20, 2007 at 01:15:19PM +0100, Rask Ingemann Lambertsen wrote:
>    Somewhere in the libgcc build machinery, there is mechanism to override
> the default LIBGCC2_UNITS_PER_WORD setting when compilng a function, so you
> could in principle provide e.g. _divsi3 as well as _divdi3. It there a way
> of making use of this facility in a more elegant way than putting the whole
> gcc command line in a target makefile fragment?

I'm not sure I understand what you want to do.  Could you give me a
bigger example?  Those bits are only used for fix/float conversions.

-- 
Daniel Jacobowitz
CodeSourcery


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