Remove -lstdc++ until it exists.
This commit is contained in:
parent
c4bba69708
commit
51cb4d7716
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue