Commit 9a4bcb83 by Manfred Hollstein Committed by Manfred Hollstein

*** empty log message ***

From-SVN: r25880
parent 28a4a7ff
...@@ -881,7 +881,7 @@ stamp-objlist: $(OBJS) ...@@ -881,7 +881,7 @@ stamp-objlist: $(OBJS)
# and CC is `gcc'. It is renamed to `gcc' when it is installed. # and CC is `gcc'. It is renamed to `gcc' when it is installed.
xgcc$(exeext): gcc.o version.o intl.o prefix.o \ xgcc$(exeext): gcc.o version.o intl.o prefix.o \
version.o $(LIBDEPS) $(EXTRA_GCC_OBJS) version.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o prefix.o version.o \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ gcc.o intl.o prefix.o version.o \
$(EXTRA_GCC_OBJS) $(LIBS) $(EXTRA_GCC_OBJS) $(LIBS)
# Dump a specs file to make -B./ read these specs over installed ones. # Dump a specs file to make -B./ read these specs over installed ones.
......
1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
* Makefile.in (g77$(exeext)): Depend on intl.o. Link in intl.o.
Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com> Wed Mar 17 11:39:44 1999 Craig Burley <craig@jcb-sc.com>
* news.texi: Editorial fix. * news.texi: Editorial fix.
......
...@@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h ...@@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
else true; fi else true; fi
# Create the compiler driver for g77. # Create the compiler driver for g77.
g77$(exeext): g77.o g77spec.o g77version.o version.o prefix.o \ g77$(exeext): g77.o g77spec.o g77version.o version.o prefix.o intl.o \
$(LIBDEPS) $(EXTRA_GCC_OBJS) $(LIBDEPS) $(EXTRA_GCC_OBJS)
if [ -f lang-f77 ]; then \ if [ -f lang-f77 ]; then \
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ g77.o g77spec.o g77version.o \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ g77.o g77spec.o g77version.o \
version.o prefix.o $(EXTRA_GCC_OBJS) $(LIBS); \ version.o prefix.o intl.o $(EXTRA_GCC_OBJS) $(LIBS); \
else true; fi else true; fi
# Create a version of the g77 driver which calls the cross-compiler. # Create a version of the g77 driver which calls the cross-compiler.
......
...@@ -101,8 +101,8 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \ ...@@ -101,8 +101,8 @@ $(GCJ).o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) $(GCJ).c \
# Create the compiler driver for $(GCJ). # Create the compiler driver for $(GCJ).
$(GCJ)$(exeext): $(GCJ).o jvspec.o version.o \ $(GCJ)$(exeext): $(GCJ).o jvspec.o version.o \
prefix.o $(LIBDEPS) $(EXTRA_GCC_OBJS) prefix.o intl.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o \ $(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o intl.o \
version.o $(EXTRA_GCC_OBJS) $(LIBS) version.o $(EXTRA_GCC_OBJS) $(LIBS)
# Create a version of the $(GCJ) driver which calls the cross-compiler. # Create a version of the $(GCJ) driver which calls the cross-compiler.
......
1999-03-21 Manfred Hollstein <manfred@s-direktnet.de>
* POTFILES.in: Track latest file renamings.
1999-03-01 Manfred Hollstein <manfred@s-direktnet.de>
* POTFILES.in: Remove files which do not exist anymore in egcs.
Fix names of those files which are now living in egcs's
libiberty/include directories.
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