aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-08-11 17:50:58 +0000
committerIan Lance Taylor <ian@airs.com>1997-08-11 17:50:58 +0000
commitc070fb34dfa5589d1796852f2fd5134815b042b8 (patch)
tree74927a9af16612e8021582bc3703aff7c752cf47 /configure.in
parent7b94b2ea7797b29c061021850f8948c14c523387 (diff)
downloadgdb-c070fb34dfa5589d1796852f2fd5134815b042b8.zip
gdb-c070fb34dfa5589d1796852f2fd5134815b042b8.tar.gz
gdb-c070fb34dfa5589d1796852f2fd5134815b042b8.tar.bz2
* Makefile.in, configure.in: Handle jstools like vmake.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/configure.in b/configure.in
index 552a9ce..c11c039 100644
--- a/configure.in
+++ b/configure.in
@@ -55,7 +55,7 @@ fi
# know that we are building the simulator.
host_tools="texinfo byacc flex bison binutils ld gas gcc sim gdb make patch prms send-pr gprof gdbtest tgas etc expect dejagnu bash m4 autoconf automake ispell grep diff rcs cvs fileutils shellutils time textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode release sed utils guile perl apache inet gawk findutils sn"
# start-sanitize-ide
-host_tools="${host_tools} ilu vmake"
+host_tools="${host_tools} ilu vmake jstools"
# end-sanitize-ide
# these libraries are built for the target environment, and are built after
@@ -236,7 +236,7 @@ case ${with_x} in
no)
skipdirs="${skipdirs} tk gash"
# start-sanitize-ide
- skipdirs="${skipdirs} libide vmake"
+ skipdirs="${skipdirs} libide vmake jstools"
# end-sanitize-ide
;;
*)
@@ -389,13 +389,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"
+ noconfigdirs="$noconfigdirs libide 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"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
*-*-cygwin32)
@@ -410,7 +410,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"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@@ -455,7 +455,7 @@ case "${target}" in
d30v-*-*)
noconfigdirs="$noconfigdirs tcl tk expect gcc gdb newlib target-librx target-libg++ target-libstdc++ target-libio target-libgloss itcl tix db sn gnuserv target-libiberty target-newlib target-examples"
# start-sanitize-ide
- noconfigdirs="$noconfigdirs libide vmake"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
# end-sanitize-d30v
@@ -493,7 +493,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"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
esac
@@ -540,7 +540,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"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
# always build newlib.
skipdirs=`echo " ${skipdirs} " | sed -e 's/ target-newlib / /'`
@@ -549,7 +549,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"
+ noconfigdirs="$noconfigdirs libide vmake jstools"
# end-sanitize-ide
;;
rs6000-*-lynxos*)