Subject: Re: CVS commit: gnusrc/gnu/lib/libgcc
To: James Chacon <jchacon@genuity.net>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: source-changes
Date: 12/13/2001 08:43:59
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>