diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1992-09-02 09:34:08 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1992-09-02 09:34:08 -0700 |
commit | f36e573d24a878d62592d674c6af9dcdda4a2589 (patch) | |
tree | d5681036b0c541dae49c968e2bd302af73a34256 | |
parent | 883a42e5adb75612cd82e15ccf1a45907ab76580 (diff) | |
download | gcc-f36e573d24a878d62592d674c6af9dcdda4a2589.zip gcc-f36e573d24a878d62592d674c6af9dcdda4a2589.tar.gz gcc-f36e573d24a878d62592d674c6af9dcdda4a2589.tar.bz2 |
Change the location of the Sun bundled C compiler (for backup defaults).
From-SVN: r2031
-rw-r--r-- | gcc/config/sparc/sol2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/sparc/sol2.h b/gcc/config/sparc/sol2.h index c29b7fb..20fac89 100644 --- a/gcc/config/sparc/sol2.h +++ b/gcc/config/sparc/sol2.h @@ -139,7 +139,7 @@ do { \ in the Sun C 2.0 directory. */ #undef MD_STARTFILE_PREFIX -#define MD_STARTFILE_PREFIX "/opt/SUNWste/SC2.0/" +#define MD_STARTFILE_PREFIX "/opt/SUNWspro/SC2.0/" #undef STARTFILE_SPEC #define STARTFILE_SPEC "%{!shared: \ |