diff options
author | Michael Meissner <gnu@the-meissners.org> | 1997-12-02 14:39:17 +0000 |
---|---|---|
committer | Michael Meissner <gnu@the-meissners.org> | 1997-12-02 14:39:17 +0000 |
commit | 4ed8c3b8965201a3a9dcb2eb77152228fc3c4b36 (patch) | |
tree | 43f22410aaf137c733f84dfad2c2d148f17f22d3 /configure.in | |
parent | c20cda69e1cee077a39c7f8b7e4662e3b589ce42 (diff) | |
download | gdb-4ed8c3b8965201a3a9dcb2eb77152228fc3c4b36.zip gdb-4ed8c3b8965201a3a9dcb2eb77152228fc3c4b36.tar.gz gdb-4ed8c3b8965201a3a9dcb2eb77152228fc3c4b36.tar.bz2 |
Remove libide from sanitization and allow it to be configured everywhere
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 23 |
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*) |