mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 02:24:17 +08:00
* configure.in: Don't config lots of things for *-*-windows*.
This commit is contained in:
10
ChangeLog
10
ChangeLog
@ -1,3 +1,13 @@
|
|||||||
|
Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
|
||||||
|
|
||||||
|
* configure.in: Don't config lots of things for *-*-windows*.
|
||||||
|
|
||||||
|
Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
|
||||||
|
|
||||||
|
* mpw-config.in: Test for mpw-true, true, and null-command scripts.
|
||||||
|
(host_libs, host_tools): Copy from configure.in.
|
||||||
|
* mpw-configure: Don't complain about directories not found.
|
||||||
|
|
||||||
Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
|
||||||
|
|
||||||
* configure.in (i[345]86): Recognize i686 for pentium pro.
|
* configure.in (i[345]86): Recognize i686 for pentium pro.
|
||||||
|
@ -382,7 +382,7 @@ 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)
|
*-*-cygwin32 | *-*-windows*)
|
||||||
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"
|
||||||
;;
|
;;
|
||||||
ppc*-*-pe)
|
ppc*-*-pe)
|
||||||
|
Reference in New Issue
Block a user