*** empty log message ***
From-SVN: r25880
This commit is contained in:
parent
28a4a7ffe6
commit
9a4bcb83e1
@ -881,7 +881,7 @@ stamp-objlist: $(OBJS)
|
||||
# and CC is `gcc'. It is renamed to `gcc' when it is installed.
|
||||
xgcc$(exeext): gcc.o version.o intl.o prefix.o \
|
||||
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)
|
||||
|
||||
# Dump a specs file to make -B./ read these specs over installed ones.
|
||||
|
@ -1,3 +1,7 @@
|
||||
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>
|
||||
|
||||
* news.texi: Editorial fix.
|
||||
|
@ -103,11 +103,11 @@ g77.o: $(CONFIG_H) multilib.h config.status $(lang_specs_files) g77.c prefix.h
|
||||
else true; fi
|
||||
|
||||
# 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)
|
||||
if [ -f lang-f77 ]; then \
|
||||
$(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
|
||||
|
||||
# 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 \
|
||||
|
||||
# Create the compiler driver for $(GCJ).
|
||||
$(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 \
|
||||
prefix.o intl.o $(LIBDEPS) $(EXTRA_GCC_OBJS)
|
||||
$(CC) $(ALL_CFLAGS) $(LDFLAGS) -o $@ $(GCJ).o jvspec.o prefix.o intl.o \
|
||||
version.o $(EXTRA_GCC_OBJS) $(LIBS)
|
||||
|
||||
# Create a version of the $(GCJ) driver which calls the cross-compiler.
|
||||
|
@ -0,0 +1,10 @@
|
||||
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.
|
||||
|
Loading…
Reference in New Issue
Block a user