Commit 684e4e06 by Michael Meissner

Use GNU nm as REAL_NM_FILE_NAME

From-SVN: r8343
parent 2c9c2489
...@@ -852,7 +852,7 @@ while (0) ...@@ -852,7 +852,7 @@ while (0)
#define OBJECT_FORMAT_ROSE #define OBJECT_FORMAT_ROSE
/* Tell collect where the appropriate binaries are. */ /* 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" #define REAL_STRIP_FILE_NAME "/usr/ccs/bin/strip"
/* Use atexit for static constructors/destructors, instead of defining /* Use atexit for static constructors/destructors, instead of defining
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment