home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 4 / DATAFILE_PDCD4.iso / unix / armlinux / distrib / gcc / disk1 / dinst,fff < prev    next >
Encoding:
Text File  |  1971-02-16  |  661 b   |  19 lines

  1. echo
  2. echo ">>> Installing gcc binaries"
  3. echo "    -----------------------"
  4. echo " This provides the compiler front end, and the binary utilities."
  5. tar $TARFLAGS $SRC/gccbin.tgz -C $TARGET
  6. echo
  7. echo ">>> Installing gcc library"
  8. echo "    ----------------------"
  9. echo " The GCC library contains the preprocessor, and compiler proper,"
  10. echo " as well as gccs' internal library."
  11. tar $TARFLAGS $SRC/gcclib.tgz -C $TARGET
  12. echo
  13. echo ">>> Installing shared libraries"
  14. echo "    ---------------------------"
  15. echo " This contains the shared library stubs for libc, libm, libcurses,"
  16. echo " libtermcap, and other libraries."
  17. tar $TARFLAGS $SRC/libccs.tgz -C $TARGET
  18. echo
  19.