gccvar.bat 136 B

123456
  1. @echo off
  2. rem This file is the script to set path for ARM eabi tool chain.
  3. set TL_PATH=%~dp0
  4. set PATH=%TL_PATH%;%PATH%
  5. cmd /K cd %CD%