Link in libstdc++ now that libg++ 2.7.1 is in the tree.
authoretheisen <etheisen@openbsd.org>
Sat, 16 Mar 1996 07:00:18 +0000 (07:00 +0000)
committeretheisen <etheisen@openbsd.org>
Sat, 16 Mar 1996 07:00:18 +0000 (07:00 +0000)
gnu/usr.bin/gcc/cp/g++.c

index d51ae49..46a0552 100644 (file)
@@ -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)