Enable tree browser for all front ends.

* Makefile.in (cc1): Moved @TREEBROWSER@ from here...
	(BACKEND): ...to here.

From-SVN: r81939
This commit is contained in:
Ranjit Mathew 2004-05-17 15:51:22 +00:00 committed by Ranjit Mathew
parent 2c6b27c369
commit a2824db366
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,9 @@
2004-05-17 Ranjit Mathew <rmathew@hotmail.com>
Enable tree browser for all front ends.
* Makefile.in (cc1): Moved @TREEBROWSER@ from here...
(BACKEND): ...to here.
2004-05-17 Jan Hubicka <jh@suse.cz>
* i386.c (construct_container): Do not produce BLKmode registers.

View File

@ -906,7 +906,7 @@ OBJS = $(OBJS-common) $(out_object_file) $(OBJS-archive)
OBJS-onestep = libbackend.o $(OBJS-archive)
BACKEND = main.o libbackend.a
BACKEND = main.o @TREEBROWSER@ libbackend.a
# Files to be copied away after each stage in building.
STAGESTUFF = *$(objext) insn-flags.h insn-config.h insn-codes.h \
@ -1155,9 +1155,9 @@ $(SPECS): xgcc$(exeext)
gcc-cross: xgcc$(exeext)
cp xgcc$(exeext) gcc-cross$(exeext)
cc1$(exeext): $(C_OBJS) $(BACKEND) $(LIBDEPS) @TREEBROWSER@
cc1$(exeext): $(C_OBJS) $(BACKEND) $(LIBDEPS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o cc1$(exeext) \
$(C_OBJS) @TREEBROWSER@ $(BACKEND) $(LIBS)
$(C_OBJS) $(BACKEND) $(LIBS)
# Build the version of limits.h that we will install.
xlimits.h: glimits.h limitx.h limity.h