Specify full pathname of ld, nm, and strip to collect.
authorMichael Meissner <meissner@gcc.gnu.org>
Thu, 5 Nov 1992 19:42:13 +0000 (19:42 +0000)
committerMichael Meissner <meissner@gcc.gnu.org>
Thu, 5 Nov 1992 19:42:13 +0000 (19:42 +0000)
From-SVN: r2693

gcc/config/i386/osfrose.h
gcc/config/mips/osfrose.h

index 1c60d57..a8db862 100644 (file)
@@ -323,6 +323,11 @@ while (0)
 /* Tell collect that the object format is OSF/rose.  */
 #define OBJECT_FORMAT_ROSE
 
+/* Tell collect where the appropriate binaries are.  */
+#define REAL_LD_FILE_NAME      "/usr/ccs/gcc/gld"
+#define REAL_NM_FILE_NAME      "/usr/ccs/bin/nm"
+#define REAL_STRIP_FILE_NAME   "/usr/ccs/bin/strip"
+
 /* Use atexit for static constructors/destructors, instead of defining
    our own exit function.  */
 #define HAVE_ATEXIT
index 78629e7..ce1043f 100644 (file)
@@ -135,6 +135,11 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Tell collect that the object format is OSF/rose.  */
 #define OBJECT_FORMAT_ROSE
 
+/* Tell collect where the appropriate binaries are.  */
+#define REAL_LD_FILE_NAME      "/usr/ccs/gcc/gld"
+#define REAL_NM_FILE_NAME      "/usr/ccs/bin/nm"
+#define REAL_STRIP_FILE_NAME   "/usr/ccs/bin/strip"
+
 /* Use atexit for static constructors/destructors, instead of defining
    our own exit function.  */
 #define HAVE_ATEXIT