diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-30 13:42:43 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1993-10-30 13:42:43 +0000 |
commit | df0393e345d833ce177ce889367f148b90268146 (patch) | |
tree | c31942902e5260bbd382de8a043d1c7ffceba526 /gdb/config/mips/mipsm3.mh | |
parent | b89b28803198c099c2abf51aad992c7831603a69 (diff) | |
download | binutils-df0393e345d833ce177ce889367f148b90268146.zip binutils-df0393e345d833ce177ce889367f148b90268146.tar.gz binutils-df0393e345d833ce177ce889367f148b90268146.tar.bz2 |
* config/i386/{i386m3.mh,i386mk.mh}, config/mips/mipsm3.mh,
config/ns32k/ns32km3.mh: Change MMALLOC_LIB to MMALLOC.
* TODO: Update Mach stuff.
Diffstat (limited to 'gdb/config/mips/mipsm3.mh')
-rw-r--r-- | gdb/config/mips/mipsm3.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/mips/mipsm3.mh b/gdb/config/mips/mipsm3.mh index 3cfbaac..5b40b4b 100644 --- a/gdb/config/mips/mipsm3.mh +++ b/gdb/config/mips/mipsm3.mh @@ -6,5 +6,5 @@ NATDEPFILES= mipsm3-nat.o m3-nat.o XM_FILE= xm-mipsm3.h # Don't use the mmalloc library in Mach 3. -MMALLOC_LIB = +MMALLOC = MMALLOC_DISABLE = -DNO_MMALLOC |