Commit b744590b by Jeffrey A Law Committed by Jeff Law

* Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o

From-SVN: r20753
parent 7f43495a
Sat Jun 27 12:18:33 1998 Jeffrey A Law (law@cygnus.com)
* Make-lang.in (g77): Depend on mkstemp.o. Link in mkstemp.o
Wed Jun 24 01:01:23 1998 Jeffrey A Law (law@cygnus.com)
* g77spec.c (lang_specific_driver): Revert last change.
......
......@@ -99,11 +99,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c
fi
# Create the compiler driver for g77.
g77$(exeext): g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o \
g77$(exeext): g77.o g77spec.o g77version.o version.o choose-temp.o pexecute.o prefix.o mkstemp.o \
$(LIBDEPS) $(EXTRA_GCC_OBJS)
if [ -f lang-f77 ]; then \
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ g77.o g77spec.o g77version.o \
version.o choose-temp.o pexecute.o prefix.o $(EXTRA_GCC_OBJS) $(LIBS); \
version.o choose-temp.o pexecute.o prefix.o mkstemp.o $(EXTRA_GCC_OBJS) $(LIBS); \
fi
# Create a version of the g77 driver which calls the cross-compiler.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment