diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 7c0b0ac..4b567fe 100644 --- a/configure.in +++ b/configure.in @@ -24,7 +24,7 @@ # these libraries are used by various programs built for the host environment # -host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk" +host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk tclX" # these tools are built for the host environment # @@ -157,7 +157,7 @@ case "${target}" in configdirs=`echo ${configdirs} | sed -e 's/gas//'` ;; rs6000-*-*) - configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//;s/tk//'` + configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` ;; hppa*-*-*) configdirs=`echo ${configdirs} | sed -e 's/ld//;s/binutils//;s/gas//'` |