diff options
author | Richard Stallman <rms@gnu.org> | 1992-05-23 21:24:27 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1992-05-23 21:24:27 +0000 |
commit | 93639b52a650a8844ce69d1a0cb27b497e588dd7 (patch) | |
tree | df94f0ce6fe8ed687bf50d15bc63c8536eeb8ee2 | |
parent | 607a4f7de314bad1860911ff90e7a159f4f8f6c4 (diff) | |
download | gcc-93639b52a650a8844ce69d1a0cb27b497e588dd7.zip gcc-93639b52a650a8844ce69d1a0cb27b497e588dd7.tar.gz gcc-93639b52a650a8844ce69d1a0cb27b497e588dd7.tar.bz2 |
*** empty log message ***
From-SVN: r1066
-rw-r--r-- | gcc/config/svr4.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 0a3b99d..382171b 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -106,6 +106,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. #undef ASM_FINAL_SPEC #define ASM_FINAL_SPEC "%{pipe:-}" +/* Under svr4, the normal location of the `ld' and `as' programs is the + /usr/ccs/bin directory. */ + +#undef MD_EXEC_PREFIX +#define MD_EXEC_PREFIX "/usr/ccs/bin/" + /* Under svr4, the normal location of the various *crt*.o files is the /usr/ccs/lib directory. */ |