Install_step_2 419 B

12345678910
  1. #! /bin/sh
  2. #
  3. # This script completely configures, compiles and installs the patched tools.
  4. # The download tree must have been patched before doing this.
  5. #
  6. mkdir ../build; cd ../build; mkdir binutils; mkdir gcc;
  7. cd ../scripts; ./launch.binutils; ./launch.gcc;
  8. rm -Rf ../build
  9. cd ../scripts; ./launch.a68k; ./launch.ld-tigcc; ./launch.tigcc; ./launch.tprbuilder; ./launch.patcher; ./launch.envreg
  10. rm -f $TIGCC/bin/parser