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/Makefile.in | |
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/Makefile.in')
-rw-r--r-- | gcc/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 333461b..be259e8 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1525,7 +1525,7 @@ OBJS-libcommon-target = $(common_out_object_file) prefix.o params.o \ ALL_HOST_FRONTEND_OBJS = $(foreach v,$(CONFIG_LANGUAGES),$($(v)_OBJS)) ALL_HOST_BACKEND_OBJS = $(GCC_OBJS) $(OBJS) $(OBJS-libcommon) \ - $(OBJS-libcommon-target) @TREEBROWSER@ main.o c-family/cppspec.o \ + $(OBJS-libcommon-target) main.o c-family/cppspec.o \ $(COLLECT2_OBJS) $(EXTRA_GCC_OBJS) $(GCOV_OBJS) $(GCOV_DUMP_OBJS) \ $(GCOV_TOOL_OBJS) $(GENGTYPE_OBJS) gcc-ar.o gcc-nm.o gcc-ranlib.o \ lto-wrapper.o collect-utils.o @@ -1534,7 +1534,7 @@ ALL_HOST_BACKEND_OBJS = $(GCC_OBJS) $(OBJS) $(OBJS-libcommon) \ # compilation or not. ALL_HOST_OBJS = $(ALL_HOST_FRONTEND_OBJS) $(ALL_HOST_BACKEND_OBJS) -BACKEND = libbackend.a main.o @TREEBROWSER@ libcommon-target.a libcommon.a \ +BACKEND = libbackend.a main.o libcommon-target.a libcommon.a \ $(CPPLIB) $(LIBDECNUMBER) # This is defined to "yes" if Tree checking is enabled, which roughly means |