diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-31 08:52:21 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-31 08:52:21 -0500 |
commit | 115e69a9fdd56dbcf39769601b5bfd8cf229c95b (patch) | |
tree | f148151fff50dea86f7aa14aee46091561e40fad | |
parent | 370f6918c29c709f62ec7a9c1265647d87dc1c88 (diff) | |
download | gcc-115e69a9fdd56dbcf39769601b5bfd8cf229c95b.zip gcc-115e69a9fdd56dbcf39769601b5bfd8cf229c95b.tar.gz gcc-115e69a9fdd56dbcf39769601b5bfd8cf229c95b.tar.bz2 |
(REAL_NM_FILE_NAME): Put it here.
From-SVN: r3008
-rw-r--r-- | gcc/config/rs6000/rs6000.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/rs6000.h b/gcc/config/rs6000/rs6000.h index e6ecd4c..20bc635 100644 --- a/gcc/config/rs6000/rs6000.h +++ b/gcc/config/rs6000/rs6000.h @@ -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 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 .stabs in cc1plus. */ |