diff options
Diffstat (limited to 'gcc/java/Make-lang.in')
-rw-r--r-- | gcc/java/Make-lang.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/java/Make-lang.in b/gcc/java/Make-lang.in index 49edd64..a59c209 100644 --- a/gcc/java/Make-lang.in +++ b/gcc/java/Make-lang.in @@ -100,10 +100,10 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \ -c $(GCJ).c # Create the compiler driver for $(GCJ). -$(GCJ)$(exeext): $(GCJ).o jvspec.o version.o choose-temp.o\ - pexecute.o prefix.o mkstemp.o $(LIBDEPS) $(EXTRA_GCC_OBJS) +$(GCJ)$(exeext): $(GCJ).o jvspec.o version.o \ + prefix.o $(LIBDEPS) $(EXTRA_GCC_OBJS) $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o \ - version.o choose-temp.o pexecute.o mkstemp.o $(EXTRA_GCC_OBJS) $(LIBS) + version.o $(EXTRA_GCC_OBJS) $(LIBS) # Create a version of the $(GCJ) driver which calls the cross-compiler. $(GCJ)-cross$(exeext): $(GCJ)$(exeext) |