From: etheisen Date: Sat, 16 Mar 1996 07:00:18 +0000 (+0000) Subject: Link in libstdc++ now that libg++ 2.7.1 is in the tree. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5c1b323c71a933f5ba44d1fdf2ab13ad2b816b59;p=openbsd Link in libstdc++ now that libg++ 2.7.1 is in the tree. --- 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)