From 93639b52a650a8844ce69d1a0cb27b497e588dd7 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Sat, 23 May 1992 21:24:27 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1066 --- gcc/config/svr4.h | 6 ++++++ 1 file changed, 6 insertions(+) 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. */ -- 2.7.4