home *** CD-ROM | disk | FTP | other *** search
/ Education Sampler 1992 [NeXTSTEP] / Education_1992_Sampler.iso / NeXT / GnuSource / cc-61.0.1 / cc / config-gcc.com < prev    next >
Text File  |  1991-05-02  |  844b  |  27 lines

  1. $ !
  2. $ !    Set up to compile GCC on VMS
  3. $ !
  4. $ echo = "write sys$output"
  5. $ !
  6. $ if f$search("config.h") .nes. "" then delete config.h.*
  7. $ copy [.config]xm-vms.h []config.h
  8. $ echo "Linked `config.h' to `[.config]xm-vms.h'.
  9. $ !
  10. $ if f$search("tm.h") .nes. "" then delete tm.h.*
  11. $ copy [.config]tm-vms.h []tm.h
  12. $ echo "Linked `tm.h' to `[.config]tm-vms.h'.
  13. $ !
  14. $ if f$search("md.") .nes. "" then delete md..*
  15. $ copy [.config]vax.md []md.
  16. $ echo "Linked `md' to `[.config]vax.md'.
  17. $ !
  18. $ if f$search("aux-output.c") .nes. "" then delete aux-output.c.*
  19. $ copy [.config]out-vax.c []aux-output.c
  20. $ echo "Linked `aux-output.c' to `[.config]out-vax.c'.
  21. $ !
  22. $ if f$search("config.status") .nes. "" then delete config.status.*
  23. $ open/write file config.status
  24. $ write file "Links are now set up for use with a vax running VMS."
  25. $ close file
  26. $ type config.status
  27.