Subject: CVS commit: gnusrc/gnu/lib/libgcc
To: None <source-changes@netbsd.org>
From: Todd Vierling <tv@netbsd.org>
List: source-changes
Date: 11/28/2001 06:39:55
Module Name: gnusrc
Committed By: tv
Date: Wed Nov 28 04:39:55 UTC 2001
Modified Files:
gnusrc/gnu/lib/libgcc: Makefile
Log Message:
PIC me! PIC me! (libgcc_pic.a)
...And while we're at it, add a profiled libgcc too.
Use the "generate .c files and let <bsd.lib.mk> sort it out" method
for compiling these libraries. Only one real divergence (-fexceptions)
existed, but exceptions are turned on for C++ code by default in gcc
2.95.3, so this option was redundant anyway.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 gnusrc/gnu/lib/libgcc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.