Commit 115e69a9 by Richard Kenner

(REAL_NM_FILE_NAME): Put it here.

From-SVN: r3008
parent 370f6918
...@@ -1186,6 +1186,9 @@ struct rs6000_args {int words, fregno, nargs_prototype; }; ...@@ -1186,6 +1186,9 @@ struct rs6000_args {int words, fregno, nargs_prototype; };
/* Define if the object format being used is COFF or a superset. */ /* Define if the object format being used is COFF or a superset. */
#define OBJECT_FORMAT_COFF #define OBJECT_FORMAT_COFF
/* This is the only version of nm that collect2 can work with. */
#define REAL_NM_FILE_NAME "/usr/ucb/nm"
/* We don't have GAS for the RS/6000 yet, so don't write out special /* We don't have GAS for the RS/6000 yet, so don't write out special
.stabs in cc1plus. */ .stabs in cc1plus. */
......
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