Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcvs2svn <>2005-11-14 05:25:40 +0300
committercvs2svn <>2005-11-14 05:25:40 +0300
commit8b436c2456d1b9b27c0972825315763a6d8cbdc9 (patch)
tree786c72cdd0601dcd1ddbbd173fce0490f221e737 /configure.in
parent45234329c6fc8893ec04a6166c2a1d733370d549 (diff)
This commit was manufactured by cvs2svn to create branch 'gdb-csl-gxxpro-gdb-csl-gxxpro-6_3-branchpoint
6_3-branch'. Sprout from gdb_6_4-branch 2005-10-31 18:01:17 UTC cvs2svn 'This commit was manufactured by cvs2svn to create branch 'gdb_6_4-branch'.' Cherrypick from master 2005-11-14 02:25:39 UTC Thiemo Seufer <ths@networkno.de> ' * mips.h: Assign 'm'/'M' codes to MIPS16e save/restore': ChangeLog Makefile.def Makefile.in Makefile.tpl configure configure.in include/ChangeLog include/bfdlink.h include/elf/ChangeLog include/elf/hppa.h include/elf/mips.h include/elf/ms1.h include/opcode/ChangeLog include/opcode/mips.h
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 61c80404b..c9169b6bd 100644
--- a/configure.in
+++ b/configure.in
@@ -1724,6 +1724,8 @@ case "$enable_gdbtk" in
fi
;;
esac
+CONFIGURE_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-configure-/g`
+INSTALL_GDB_TK=`echo ${GDB_TK} | sed s/-all-/-install-/g`
# Strip out unwanted targets.
@@ -2077,7 +2079,9 @@ AC_SUBST(BUILD_PREFIX)
AC_SUBST(BUILD_PREFIX_1)
AC_SUBST(tooldir)
AC_SUBST(build_tooldir)
+AC_SUBST(CONFIGURE_GDB_TK)
AC_SUBST(GDB_TK)
+AC_SUBST(INSTALL_GDB_TK)
# Build module lists & subconfigure args.
AC_SUBST(build_configargs)