From: Richard Kenner Date: Thu, 31 Dec 1992 13:52:40 +0000 (-0500) Subject: (REAL_NM_FILE_NAME): Delete from here. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=57933edc91fa0f7afb1d47e9b08580b329266793;p=gcc.git (REAL_NM_FILE_NAME): Delete from here. From-SVN: r3009 --- diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h index 3f2cdc1b789..f1194fcbb84 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)