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

installed (and hopefully: working).
This commit is contained in:
Peter Wemm 1996-10-04 08:51:18 +00:00
parent e178250902
commit 8adcea95d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18675

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)