aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-05-06 22:07:26 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-05-06 22:07:26 +0000
commit91004f18eaf93eadf5b2196609b2a2a02aef813a (patch)
treecaa24e88dc8f649e91fa597c1fe10c9c6191c2e3
parente649887b1e67b5fdc489ebf9e42579754201625c (diff)
downloadsrc-91004f18eaf93eadf5b2196609b2a2a02aef813a.tar.gz
src-91004f18eaf93eadf5b2196609b2a2a02aef813a.zip
GCC's libstdc++ version 3 has the "libgcc" like bits (start up / terminate
code, `new' handler, exception handling, etc.) split out into libsupc++.
Notes
Notes: svn path=/head/; revision=96126
-rw-r--r--gnu/lib/libsupc++/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libsupc++/Makefile b/gnu/lib/libsupc++/Makefile
new file mode 100644
index 000000000000..e8c0da7a1d7e
--- /dev/null
+++ b/gnu/lib/libsupc++/Makefile
@@ -0,0 +1 @@
+# $FreeBSD$