Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: gnusrc/gnu/lib/libgcc



On Thu, Dec 13, 2001 at 02:05:00AM -0500, James Chacon wrote:

 > Uhh...This worked...I specifically changed it because _eh wasn't getting
 > built with exceptions turned on. 

It didn't quite work... if a stale _eh.c was there, since you used
.ALLSRC, it tried to build 2 .c files at once.

The way it works now treats _eh.c just like all the other funcs, except
it builds it with -fexceptions.

-- 
        -- Jason R. Thorpe <thorpej%wasabisystems.com@localhost>



Home | Main Index | Thread Index | Old Index