diff options
author | peter <peter@FreeBSD.org> | 1996-10-04 08:51:18 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1996-10-04 08:51:18 +0000 |
commit | f27b0810454a4024950fdf2745e0b0874de451a0 (patch) | |
tree | 16008cd2bcecf65291a2cc95936fa1186277036e /contrib/gcc | |
parent | f163ad2484dcfb0c5291c1154b306870e0d82417 (diff) | |
download | FreeBSD-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/gcc')
-rw-r--r-- | contrib/gcc/cp/g++.c | 3 |
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) |