aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorNathanael Nerode <neroden@twcny.rr.com>2002-05-13 20:55:30 +0000
committerDJ Delorie <dj@gcc.gnu.org>2002-05-13 16:55:30 -0400
commit6cdef75d090fb5e4d4b1225a5f325822c992f35c (patch)
tree93640fe857bb7b81edc714c298de9c7ae7853318 /configure
parent85be8c2de8b3e36434fe0504beb95502350180ce (diff)
downloadgcc-6cdef75d090fb5e4d4b1225a5f325822c992f35c.zip
gcc-6cdef75d090fb5e4d4b1225a5f325822c992f35c.tar.gz
gcc-6cdef75d090fb5e4d4b1225a5f325822c992f35c.tar.bz2
configure: move some logic to configure.in
* configure: move some logic to configure.in * configure.in: move some logic from configure From-SVN: r53432
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 1 insertions, 17 deletions
diff --git a/configure b/configure
index 8c6870a..8a130bd 100755
--- a/configure
+++ b/configure
@@ -89,7 +89,7 @@ subdirs=
target_alias=NOTARGET
target_makefile_frag=
undefs=NOUNDEFS
-version="$Revision: 1.39 $"
+version="$Revision: 1.40 $"
x11=default
bindir='${exec_prefix}/bin'
sbindir='${exec_prefix}/sbin'
@@ -1072,22 +1072,6 @@ export CXX
export CFLAGS
export CXXFLAGS
-# FIXME: This should be in configure.in, not configure
-case "$host" in
- *go32*)
- enable_gdbtk=no ;;
- *msdosdjgpp*)
- enable_gdbtk=no ;;
-esac
-
-# FIXME: This should be in configure.in, not configure
-# Determine whether gdb needs tk/tcl or not.
-if [ "$enable_gdbtk" != "no" ]; then
- GDB_TK="all-tcl all-tk all-itcl all-tix all-libgui"
-else
- GDB_TK=""
-fi
-
all_build_modules=
if test x"${build_alias}" != x"${host_alias}"
then