From 1ced4e9b049df5ba9f4ba699f6df044c463061ef Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Fri, 18 Nov 1994 12:14:38 -0800 Subject: [PATCH] (MD_STARTFILE_PREFIX): Delete. From-SVN: r8510 --- gcc/config/sparc/sol2.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index c37901531ef..e6856bc284a 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -98,13 +98,6 @@ do { \ /* We don't use the standard svr4 STARTFILE_SPEC because it's wrong for us. We don't use the standard LIB_SPEC only because we don't yet support c++ */ -/* If we cannot find the GNU *crt*.o files in the STANDARD_STARTFILE_PREFIX - directory, our fallback strategy must be to look for these files instead - in the Sun C 2.0 directory. */ - -#undef MD_STARTFILE_PREFIX -#define MD_STARTFILE_PREFIX "/opt/SUNWspro/SC2.0/" - #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{!shared: \ %{!symbolic: \ -- 2.30.2