diff options
author | Sebastian Pop <s.pop@samsung.com> | 2015-07-25 09:29:11 +0000 |
---|---|---|
committer | Sebastian Pop <spop@gcc.gnu.org> | 2015-07-25 09:29:11 +0000 |
commit | 8d2ccbd26694b22419d4c189743815f32dd88c67 (patch) | |
tree | 7b8dfb3c1829ac78f067e713428dfbaad0e827a4 /gcc/configure.ac | |
parent | 33df361a844c44f23ad435960e163ab1732b6d2a (diff) | |
download | gcc-8d2ccbd26694b22419d4c189743815f32dd88c67.zip gcc-8d2ccbd26694b22419d4c189743815f32dd88c67.tar.gz gcc-8d2ccbd26694b22419d4c189743815f32dd88c67.tar.bz2 |
remove tree-browser
* Makefile.in: Remove use of TREEBROWSER.
* config.in: Regenerated.
* configure: Regenerated.
* configure.ac: Remove definition of TREEBROWSER.
* tree-browser.c: Removed.
* tree-browser.def: Removed.
From-SVN: r226214
Diffstat (limited to 'gcc/configure.ac')
-rw-r--r-- | gcc/configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/configure.ac b/gcc/configure.ac index 3359f10..a192ad9 100644 --- a/gcc/configure.ac +++ b/gcc/configure.ac @@ -569,10 +569,8 @@ if test x$ac_tree_checking != x ; then AC_DEFINE(ENABLE_TREE_CHECKING, 1, [Define if you want all operations on trees (the basic data structure of the front ends) to be checked for dynamic type safety - at runtime. This is moderately expensive. The tree browser debugging - routines will also be enabled by this option. + at runtime. This is moderately expensive. ]) - TREEBROWSER=tree-browser.o TREECHECKING=yes fi if test x$ac_types_checking != x ; then @@ -581,7 +579,6 @@ if test x$ac_types_checking != x ; then This is cheap. ]) fi -AC_SUBST(TREEBROWSER) AC_SUBST(TREECHECKING) if test x$ac_rtl_checking != x ; then AC_DEFINE(ENABLE_RTL_CHECKING, 1, |