Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
* configure.in (noconfigdirs): Remove tcl and tk from noconfigdirs for cygwin32 builds.
This commit is contained in:
parent
a76daba13d
commit
f9896d9edc
12
ChangeLog
12
ChangeLog
@ -1,3 +1,15 @@
|
|||||||
|
Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
|
||||||
|
|
||||||
|
* configure.in (noconfigdirs): Remove tcl and tk from
|
||||||
|
noconfigdirs for cygwin32 builds.
|
||||||
|
|
||||||
|
start-sanitize-d30v
|
||||||
|
Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
|
||||||
|
|
||||||
|
* configure.in (noconfigdirs): Disable target-newlib,
|
||||||
|
target-examples and target-libiberty for d30v.
|
||||||
|
|
||||||
|
end-sanitize-d30v
|
||||||
start-sanitize-tic80
|
start-sanitize-tic80
|
||||||
Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
|
Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
|
||||||
|
|
||||||
|
@ -376,7 +376,7 @@ case "${host}" in
|
|||||||
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn"
|
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl db sn"
|
||||||
;;
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
noconfigdirs="tk tcl expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
|
noconfigdirs="expect dejagnu cvs autoconf bison send-pr gprof rcs guile perl texinfo apache inet itcl db sn"
|
||||||
;;
|
;;
|
||||||
*-*-windows*)
|
*-*-windows*)
|
||||||
# This is only used to build WinGDB...
|
# This is only used to build WinGDB...
|
||||||
@ -455,7 +455,7 @@ case "${target}" in
|
|||||||
;;
|
;;
|
||||||
*-*-cygwin32)
|
*-*-cygwin32)
|
||||||
target_configdirs="$target_configdirs target-winsup"
|
target_configdirs="$target_configdirs target-winsup"
|
||||||
noconfigdirs="$noconfigdirs tcl tk expect target-libgloss itcl db sn"
|
noconfigdirs="$noconfigdirs expect target-libgloss itcl db sn"
|
||||||
# always build newlib.
|
# always build newlib.
|
||||||
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
|
||||||
|
|
||||||
@ -613,7 +613,7 @@ esac
|
|||||||
# If we are building a Canadian Cross, discard tools that can not be built
|
# If we are building a Canadian Cross, discard tools that can not be built
|
||||||
# using a cross compiler. FIXME: These tools should be fixed.
|
# using a cross compiler. FIXME: These tools should be fixed.
|
||||||
if [ "${build}" != "${host}" ]; then
|
if [ "${build}" != "${host}" ]; then
|
||||||
noconfigdirs="$noconfigdirs tcl tk expect dejagnu itcl db sn"
|
noconfigdirs="$noconfigdirs expect dejagnu itcl db sn"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Make sure we don't let GNU ld be added if we didn't want it.
|
# Make sure we don't let GNU ld be added if we didn't want it.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user