summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1996-10-04 08:51:18 +0000
committerpeter <peter@FreeBSD.org>1996-10-04 08:51:18 +0000
commitf27b0810454a4024950fdf2745e0b0874de451a0 (patch)
tree16008cd2bcecf65291a2cc95936fa1186277036e /contrib
parentf163ad2484dcfb0c5291c1154b306870e0d82417 (diff)
downloadFreeBSD-src-f27b0810454a4024950fdf2745e0b0874de451a0.zip
FreeBSD-src-f27b0810454a4024950fdf2745e0b0874de451a0.tar.gz
Remove temporary hack to disable use of libstdc++ now that it's built and
installed (and hopefully: working).
Diffstat (limited to 'contrib')
-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