Remove temporary hack to disable use of libstdc++ now that it's built and

installed (and hopefully: working).
This commit is contained in:
peter 1996-10-04 08:51:18 +00:00
parent 6add41bea1
commit b4b4e50890

View File

@ -542,11 +542,8 @@ main (argc, argv)
/* Add `-lg++' if we haven't already done so. */
if (library == 2)
arglist[j++] = "-lg++";
#ifndef __FreeBSD__
/* Temporary only */
if (library)
arglist[j++] = "-lstdc++";
#endif
if (saw_math)
arglist[j++] = saw_math;
else if (library)