From 8adfad0f10f5c5c96a174c3ffb196e9c6a0b31d3 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 25 Nov 1992 06:47:09 -0500 Subject: [PATCH] (LINK_LIBGCC_SPECIAL): No longer define. From-SVN: r2793 --- gcc/config/rs6000/rs6000.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index 98693991ad0..2feed94728b 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -57,7 +57,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{p:-L/lib/profiled -L/usr/lib/profiled} %{g*:-lg} -lc" /* gcc must do the search itself to find libgcc.a, not use -l. */ -#define LINK_LIBGCC_SPECIAL +/* #define LINK_LIBGCC_SPECIAL */ /* Don't turn -B into -L if the argument specifies a relative file name. */ #define RELATIVE_PREFIX_NOT_LINKDIR -- 2.30.2