mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Remove temporary hack to disable use of libstdc++ now that it's built and
installed (and hopefully: working).
This commit is contained in:
parent
e178250902
commit
8adcea95d1
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18675
@ -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