From 684e4e06745116a0664e345ae0eec227d3ef4a45 Mon Sep 17 00:00:00 2001 From: Michael Meissner Date: Wed, 26 Oct 1994 21:14:00 +0000 Subject: [PATCH] Use GNU nm as REAL_NM_FILE_NAME From-SVN: r8343 --- gcc/config/i386/osfrose.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2