env-windows/tools/gnu_gcc/arm_gcc/mingw/bin/gccvar.bat

7 lines
136 B
Batchfile
Raw Normal View History

2022-08-11 08:32:35 +08:00
@echo off
rem This file is the script to set path for ARM eabi tool chain.
set TL_PATH=%~dp0
set PATH=%TL_PATH%;%PATH%
cmd /K cd %CD%