Import of egcs 1.1 release (1.1b).

This commit is contained in:
tv 1998-09-13 16:51:44 +00:00
parent 52cbf86859
commit c593074e24
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Wed Aug 26 23:20:12 1998 Jeffrey A Law (law@cygnus.com)
* Makefile.in (FLAGS_TO_PASS): Fix typo.
1998-08-11 Dave Love <d.love@dl.ac.uk>
* README: Update from Craig.

View File

@ -57,7 +57,7 @@ FLAGS_TO_PASS= \
CFLAGS='$(CFLAGS)' \
CPPFLAGS='$(CPPFLAGS)' \
AR='$(AR)' \
RANLIB='$(RANLIB)'
RANLIB='$(RANLIB)' \
PICFLAG='$(PICFLAG)' \
RUNTESTFLAGS='$(RUNTESTFLAGS)'