aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Hannum <mycroft@gnu.org>1992-03-25 20:49:59 +0000
committerCharles Hannum <mycroft@gnu.org>1992-03-25 20:49:59 +0000
commit800a7abbdd53050164bb85a8c1bb6a809ad189fa (patch)
tree9b13727adf24e322688245718c479a8d936d0a84
parent538b78e7ece8be630e0f04d249135230ff08f39d (diff)
downloadgcc-800a7abbdd53050164bb85a8c1bb6a809ad189fa.zip
gcc-800a7abbdd53050164bb85a8c1bb6a809ad189fa.tar.gz
gcc-800a7abbdd53050164bb85a8c1bb6a809ad189fa.tar.bz2
*** empty log message ***
From-SVN: r585
-rw-r--r--gcc/config/rs6000/xm-rs6000.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/xm-rs6000.h b/gcc/config/rs6000/xm-rs6000.h
index a267167..46765f5 100644
--- a/gcc/config/rs6000/xm-rs6000.h
+++ b/gcc/config/rs6000/xm-rs6000.h
@@ -55,3 +55,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define USG
+
+/* This is the only version of nm that collect2 can work with. */
+#define REAL_NM_FILE_NAME "/usr/ucb/nm"