diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-11 16:39:37 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1995-04-11 16:39:37 +0000 |
commit | 0b0785402dc145d90eea18fc77171b436be48cf6 (patch) | |
tree | 81971f6ffb1660ff50fb3c94a0a0a90ae26c0e95 /gdb/nlm/Makefile.in | |
parent | 45f90c50d3cd042cbf1696549dcb229cf26dfc13 (diff) | |
download | gdb-0b0785402dc145d90eea18fc77171b436be48cf6.zip gdb-0b0785402dc145d90eea18fc77171b436be48cf6.tar.gz gdb-0b0785402dc145d90eea18fc77171b436be48cf6.tar.bz2 |
* nlm/Makefile.in: Remove comments discussing munch.
Diffstat (limited to 'gdb/nlm/Makefile.in')
-rw-r--r-- | gdb/nlm/Makefile.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/nlm/Makefile.in b/gdb/nlm/Makefile.in index d89b88c..a8446e8 100644 --- a/gdb/nlm/Makefile.in +++ b/gdb/nlm/Makefile.in @@ -77,11 +77,6 @@ AR = ar AR_FLAGS = qv RANLIB = ranlib -# System V: If you compile gdb with a compiler which uses the coff -# encapsulation feature (this is a function of the compiler used, NOT -# of the m-?.h file selected by config.gdb), you must make sure that -# the GNU nm is the one that is used by munch. - # If you are compiling with GCC, make sure that either 1) You use the # -traditional flag, or 2) You have the fixed include files where GCC # can reach them. Otherwise the ioctl calls in inflow.c |