From f27b0810454a4024950fdf2745e0b0874de451a0 Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 4 Oct 1996 08:51:18 +0000 Subject: Remove temporary hack to disable use of libstdc++ now that it's built and installed (and hopefully: working). --- contrib/gcc/cp/g++.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'contrib') 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) -- cgit v1.1