home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / g77-0.5.15-src.tgz / tar.out / fsf / g77 / f / gbe / README < prev   
Text File  |  1996-09-28  |  783b  |  19 lines

  1. 950215
  2.  
  3. This directory contains .diff files for various GNU CC distributions.
  4. The name of a file tells which version to which it applies.
  5. Currently, g77 will not build without the appropriate .diff file
  6. applied to the GNU CC distribution via patch.  That is because
  7. g77 needs certain changes to be made to the GNU CC back end, which
  8. it shares with not only the C front end, but with other GNU front
  9. ends (C++, Objective-C, Pascal, ADA, Chill, ...) as well.
  10.  
  11. To apply a .diff file to, say, gcc 2.6.3, one might use the following
  12. command:
  13.  
  14.     patch -p1 -d gcc-2.6.3 < gcc-2.6.3/f/gbe/2.6.3.diff
  15.  
  16. We hope that changes to the back end required by g77 will soon
  17. be folded into the official back end.  Until then, this mechanism
  18. is necessary, and we hope it is convenient for you to use.
  19.