From 8adcea95d1de97af32857cb4c09bd5cf102ae6dc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Fri, 4 Oct 1996 08:51:18 +0000 Subject: [PATCH] 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(-) diff --git a/contrib/gcc/cp/g++.c b/contrib/gcc/cp/g++.c index 96ce010e9657..efb6231a20d1 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)