home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / GCC / BIN / gclib.lzh / GNU / GCLIB / readme.gclib < prev    next >
Text File  |  1994-04-03  |  906b  |  21 lines

  1.                           INSTALLATION NOTES FOR GCLIB
  2.                           ============================
  3.  
  4. The gclibXXX.l consists of four parts :
  5.  
  6.    LIBIO       new FILE I/O library
  7.    CLIB        extract of original uWare C-library
  8.    LIBGCC      GCC support library
  9.    GCLIB       rewritten replacements for some CLIB functions
  10.  
  11. The CLIB part is NOT included in this distribution to avoid copyright problems
  12. with Microware. This part must be created from your personal copy of clibn.l,
  13. therefore the original library must be split into separate modules using the
  14. unpacklib utility (included in this distribution).
  15. A makefile (makefile.distr) is included to make everything a little bit easier.
  16.  
  17. If 'make -fmakefile.distr' is executed the clib(s) will be split and then merged
  18. together with the new modules into three new libraraies calles gclibXXX.l, where
  19. XXX stands for the different CPU types.
  20.  
  21.