diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1994-11-18 12:14:38 -0800 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1994-11-18 12:14:38 -0800 |
commit | 1ced4e9b049df5ba9f4ba699f6df044c463061ef (patch) | |
tree | a021e282496e87c7b7534a1c7b45de65fc3ac2f2 | |
parent | 70d791f4d1514782d216420df739c6255a364bfa (diff) | |
download | gcc-1ced4e9b049df5ba9f4ba699f6df044c463061ef.zip gcc-1ced4e9b049df5ba9f4ba699f6df044c463061ef.tar.gz gcc-1ced4e9b049df5ba9f4ba699f6df044c463061ef.tar.bz2 |
(MD_STARTFILE_PREFIX): Delete.
From-SVN: r8510
-rw-r--r-- | gcc/config/sparc/sol2.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index c379015..e6856bc 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: \ |