From: Richard Stallman Date: Sat, 23 May 1992 21:24:27 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~12865 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=93639b52a650a8844ce69d1a0cb27b497e588dd7;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r1066 --- diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 0a3b99d72d9f..382171b9060d 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. */