home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / gccdist / gcc-src / vms / gcclib / make_gcclib.com < prev    next >
Encoding:
Text File  |  1992-09-29  |  537 b   |  21 lines

  1. $!
  2. $!    Command file to build the VMS/GCC runtime library
  3. $!
  4. $ macro alloca.mar
  5. $ macro bcmp.mar
  6. $ macro bcopy.mar
  7. $ macro bzero.mar
  8. $ macro gcclib_vms.mar
  9. $ macro prf.mar
  10. $ gcc index.c
  11. $ gcc qsort.c
  12. $ gcc rindex.c
  13. $ gcc strings.c
  14. $ gcc profile.c
  15. $ gcc/names=as_is  index.c/object=index-c.obj
  16. $ gcc/names=as_is  qsort.c/object=qsort-c.obj
  17. $ gcc/names=as_is  rindex.c/object=rindex-c.obj
  18. $ gcc/names=as_is  strings.c/object=strings-c.obj
  19. $ gcc/names=as_is  profile.c/object=profile-c.obj
  20. $ lib/creat/replace/log gnu_cc:[000000]gcclib *.obj
  21.