Subject: CVS commit: gnusrc/gnu/lib/libgcc
To: None <source-changes@netbsd.org>
From: James Chacon <jmc@netbsd.org>
List: source-changes
Date: 12/02/2001 14:23:53
Module Name:	gnusrc
Committed By:	jmc
Date:		Sun Dec  2 12:23:52 UTC 2001

Modified Files:
	gnusrc/gnu/lib/libgcc: Makefile

Log Message:
While gcc may automatically add -fexecptions to c++ code it will only do that
for files named .cc or .C. _eh gets generated into a .c file so we need
explicit rules for it's targets (.o .po and .so) to compile it correctly.

Without this exceptions just plain don't work. Nothing ever gets caught.


To generate a diff of this commit:
cvs rdiff -r1.29 -r1.30 gnusrc/gnu/lib/libgcc/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.