aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in23
1 files changed, 10 insertions, 13 deletions
diff --git a/configure.in b/configure.in
index 0da01d3..7f1ff11 100644
--- a/configure.in
+++ b/configure.in
@@ -41,10 +41,7 @@
# these libraries are used by various programs built for the host environment
#
-host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix"
-# start-sanitize-ide
-host_libs="${host_libs} libide"
-# end-sanitize-ide
+host_libs="mmalloc libiberty opcodes bfd readline gash db tcl tk tclX itcl tix libide"
if [ "${enable_gdbgui}" = "yes" ] ; then
host_libs="${host_libs} libgui"
@@ -235,9 +232,9 @@ case ${with_x} in
yes | "") # the default value for this tree is that X11 is available
;;
no)
- skipdirs="${skipdirs} tk gash"
+ skipdirs="${skipdirs} libide tk gash"
# start-sanitize-ide
- skipdirs="${skipdirs} libide vmake jstools"
+ skipdirs="${skipdirs} vmake jstools"
# end-sanitize-ide
;;
*)
@@ -390,13 +387,13 @@ case "${host}" in
i[3456]86-*-vsta)
noconfigdirs="tcl expect dejagnu make texinfo bison patch flex byacc send-pr gprof uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
i[3456]86-*-go32* | i[3456]86-*-msdosdjgpp*)
noconfigdirs="tcl tk expect dejagnu make texinfo bison patch flex byacc send-pr uudecode dejagnu diff guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
*-*-cygwin32)
@@ -411,7 +408,7 @@ case "${host}" in
ppc*-*-pe)
noconfigdirs="patch diff make tk tcl expect dejagnu cvs autoconf automake texinfo bison send-pr gprof rcs guile perl apache inet itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
esac
@@ -458,7 +455,7 @@ case "${target}" in
# start-sanitize-d30v
d30v-*-*)
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
# end-sanitize-d30v
@@ -495,7 +492,7 @@ case "${target}" in
*-*-cygwin32) ;; # keep gdb tcl tk expect etc.
*) noconfigdirs="$noconfigdirs gdb tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
esac
@@ -542,7 +539,7 @@ case "${target}" in
target_configdirs="$target_configdirs target-winsup"
noconfigdirs="$noconfigdirs gdb tcl tk make expect target-libgloss itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@@ -551,7 +548,7 @@ case "${target}" in
powerpcle-*-solaris*)
noconfigdirs="$noconfigdirs gdb sim make tcl tk expect itcl tix db sn gnuserv"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake jstools"
+ noconfigdirs="$noconfigdirs vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)