aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog2
-rw-r--r--Makefile.in2
-rw-r--r--configure.in23
3 files changed, 12 insertions, 15 deletions
diff --git a/ChangeLog b/ChangeLog
index 23a3012..1040ecd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@ Tue Dec 2 09:04:13 1997 Michael Meissner <meissner@cygnus.com>
sanitization for it.
(noconfigdirs): Remove libide from all places that set noconfigdirs.
+ * Makefile.in (all-libide): Remove sanitization markers for libide.
+
Mon Dec 1 10:53:40 1997 Keith Seitz <keiths@onions.cygnus.com>
* configure: add all-libide to GDB_TK
diff --git a/Makefile.in b/Makefile.in
index 119f8d7..ee32f40 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1501,9 +1501,7 @@ configure-target-libio: $(ALL_GCC)
all-target-libio: configure-target-libio all-gas all-ld all-gcc all-target-libiberty all-target-newlib
check-target-libio: all-target-libstdc++
all-libiberty:
-# start-sanitize-ide
all-libide: all-tcl all-tk all-itcl all-ilu
-# end-sanitize-ide
configure-target-librx: $(ALL_GCC) configure-target-newlib
all-target-librx: configure-target-librx
configure-target-libstdc++: $(ALL_GCC)
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*)