diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-31 08:52:40 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1992-12-31 08:52:40 -0500 |
commit | 57933edc91fa0f7afb1d47e9b08580b329266793 (patch) | |
tree | c971335f2ec9803b9eaf55658c3ceb68abe87326 | |
parent | 115e69a9fdd56dbcf39769601b5bfd8cf229c95b (diff) | |
download | gcc-57933edc91fa0f7afb1d47e9b08580b329266793.zip gcc-57933edc91fa0f7afb1d47e9b08580b329266793.tar.gz gcc-57933edc91fa0f7afb1d47e9b08580b329266793.tar.bz2 |
(REAL_NM_FILE_NAME): Delete from here.
From-SVN: r3009
-rw-r--r-- | gcc/config/rs6000/xm-rs6000.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 3f2cdc1..f1194fc 100644 --- a/gcc/config/rs6000/xm-rs6000.h +++ b/gcc/config/rs6000/xm-rs6000.h @@ -56,8 +56,5 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ /* AIX is a flavor of System V */ #define USG -/* This is the only version of nm that collect2 can work with. */ -#define REAL_NM_FILE_NAME "/usr/ucb/nm" - /* Big buffers improve performance. */ #define IO_BUFFER_SIZE (0x8000 - 4096) |