mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
* configure.in: add target-gperf to noconfigdirs for Cygwin32. Fix typo in ming config comment.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in: add target-gperf to noconfigdirs for Cygwin32.
|
||||||
|
Fix typo in ming config comment.
|
||||||
|
|
||||||
Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
|
Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
|
||||||
|
|
||||||
* ltconfig, ltmain.sh: Update from libtool 1.0h.
|
* ltconfig, ltmain.sh: Update from libtool 1.0h.
|
||||||
|
@ -604,7 +604,7 @@ case "${target}" in
|
|||||||
target_configdirs="$target_configdirs target-mingw"
|
target_configdirs="$target_configdirs target-mingw"
|
||||||
noconfigdirs="$noconfigdirs expect target-libgloss"
|
noconfigdirs="$noconfigdirs expect target-libgloss"
|
||||||
|
|
||||||
# Can't build gdb for cygwin32 if not native.
|
# Can't build gdb for mingw32 if not native.
|
||||||
case "${host}" in
|
case "${host}" in
|
||||||
i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
|
i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
|
||||||
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
||||||
@ -613,7 +613,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs target-libgloss"
|
noconfigdirs="$noconfigdirs target-gperf target-libgloss"
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user