Remove -lstdc++ until it exists.

This commit is contained in:
mycroft 1996-02-08 03:46:10 +00:00
parent c4bba69708
commit 51cb4d7716
1 changed files with 2 additions and 0 deletions

View File

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