summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--contrib/gcc/cp/g++.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/contrib/gcc/cp/g++.c b/contrib/gcc/cp/g++.c
index 96ce010..efb6231 100644
--- a/contrib/gcc/cp/g++.c
+++ b/contrib/gcc/cp/g++.c
@@ -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)
OpenPOWER on IntegriCloud