Source-Changes archive

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

CVS commit: gnusrc/gnu/lib/libgcc



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.




Home | Main Index | Thread Index | Old Index