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