Remove temporary hack to disable use of libstdc++ now that it's built and
installed (and hopefully: working).
This commit is contained in:
parent
6add41bea1
commit
b4b4e50890
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user