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]

Compiling libgcc functions with non-default LIBGCC2_UNITS_PER_WORD


   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?

-- 
Rask Ingemann Lambertsen


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