mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-11 11:23:35 +08:00
* configure.in: Exclude mmalloc from i386-windows.
This commit is contained in:
parent
cb5e6e683a
commit
341aa377c7
@ -1,5 +1,6 @@
|
||||
Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
|
||||
|
||||
* configure.in: Exclude mmalloc from i386-windows.
|
||||
* config/mh-windows: Add rules for building MSVC makefiles.
|
||||
|
||||
Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
|
||||
|
@ -378,9 +378,12 @@ case "${host}" in
|
||||
i[3456]86-*-go32)
|
||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet"
|
||||
;;
|
||||
*-*-cygwin32 | *-*-windows*)
|
||||
*-*-cygwin32)
|
||||
noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet"
|
||||
;;
|
||||
*-*-windows*)
|
||||
noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet mmalloc"
|
||||
;;
|
||||
ppc*-*-pe)
|
||||
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf texinfo bison send-pr gprof rcs guile perl apache inet"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user