summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authoretheisen <etheisen@cvs.openbsd.org>1996-03-16 07:00:19 +0000
committeretheisen <etheisen@cvs.openbsd.org>1996-03-16 07:00:19 +0000
commit229e5bb0171a6c1ebd1d1b42b9952789191aadf3 (patch)
tree6f24ee3a5351e95e8f09e02a1d52ea3217a3148d /gnu
parentcd6911f83b6cbc9842ec0faaf3914db7691e34a3 (diff)
Link in libstdc++ now that libg++ 2.7.1 is in the tree.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/gcc/cp/g++.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/usr.bin/gcc/cp/g++.c b/gnu/usr.bin/gcc/cp/g++.c
index d51ae49d50c..46a0552e824 100644
--- a/gnu/usr.bin/gcc/cp/g++.c
+++ b/gnu/usr.bin/gcc/cp/g++.c
@@ -544,11 +544,8 @@ main (argc, argv)
/* Add `-lg++' if we haven't already done so. */
if (library == 2)
arglist[j++] = "-lg++";
-#if 0
- /* XXX OpenBSD: this is a temporary #if 0, until we get a new libg++ */
if (library)
arglist[j++] = "-lstdc++";
-#endif
if (saw_math)
arglist[j++] = saw_math;
else if (library)