mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-02-09 10:42:48 +00: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:
parent
788e3f91eb
commit
53b0f196ac
@ -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>
|
||||
|
||||
* ltconfig, ltmain.sh: Update from libtool 1.0h.
|
||||
|
@ -604,7 +604,7 @@ case "${target}" in
|
||||
target_configdirs="$target_configdirs target-mingw"
|
||||
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
|
||||
i[3456]86-*-mingw32) ;; # keep gdb tcl tk expect etc.
|
||||
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
|
||||
@ -613,7 +613,7 @@ case "${target}" in
|
||||
;;
|
||||
*-*-cygwin32)
|
||||
target_configdirs="$target_configdirs target-winsup"
|
||||
noconfigdirs="$noconfigdirs target-libgloss"
|
||||
noconfigdirs="$noconfigdirs target-gperf target-libgloss"
|
||||
# always build newlib.
|
||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user