home *** CD-ROM | disk | FTP | other *** search
- echo
- echo ">>> Installing gcc binaries"
- echo " -----------------------"
- echo " This provides the compiler front end, and the binary utilities."
- tar $TARFLAGS $SRC/gccbin.tgz -C $TARGET
- echo
- echo ">>> Installing gcc library"
- echo " ----------------------"
- echo " The GCC library contains the preprocessor, and compiler proper,"
- echo " as well as gccs' internal library."
- tar $TARFLAGS $SRC/gcclib.tgz -C $TARGET
- echo
- echo ">>> Installing shared libraries"
- echo " ---------------------------"
- echo " This contains the shared library stubs for libc, libm, libcurses,"
- echo " libtermcap, and other libraries."
- tar $TARFLAGS $SRC/libccs.tgz -C $TARGET
- echo
-