aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Meissner <meissner@osf.org>1994-10-26 21:14:00 +0000
committerMichael Meissner <meissner@osf.org>1994-10-26 21:14:00 +0000
commit327ae464d1e4ec5712fbbe31b119dc169e0a544b (patch)
tree61288691951baeb5c435d70634ec0aff689a437f
parentdb55b0f3f8d66ca93cd865dbfe978a763643b45d (diff)
Use GNU nm as REAL_NM_FILE_NAME
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@8343 138bc75d-0d04-0410-961f-82ee72b054a4
-rw-r--r--gcc/config/i386/osfrose.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/osfrose.h b/gcc/config/i386/osfrose.h
index 8a0781e9835..022a418bdef 100644
--- a/gcc/config/i386/osfrose.h
+++ b/gcc/config/i386/osfrose.h
@@ -852,7 +852,7 @@ while (0)
#define OBJECT_FORMAT_ROSE
/* Tell collect where the appropriate binaries are. */
-#define REAL_NM_FILE_NAME "/usr/ccs/bin/nm"
+#define REAL_NM_FILE_NAME "/usr/ccs/gcc/bfd-nm"
#define REAL_STRIP_FILE_NAME "/usr/ccs/bin/strip"
/* Use atexit for static constructors/destructors, instead of defining