mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-15 05:01:13 +08:00
Initial revision
This commit is contained in:
14
configdos.bat
Normal file
14
configdos.bat
Normal file
@ -0,0 +1,14 @@
|
||||
@echo off
|
||||
cd bfd
|
||||
call configdj
|
||||
cd ..\binutils
|
||||
call configdj
|
||||
cd ..\bison
|
||||
call configdj
|
||||
cd ..\gas
|
||||
call configdj
|
||||
cd ..\gcc
|
||||
call configdj
|
||||
cd ..\libiberty
|
||||
call configdj
|
||||
cd ..
|
Reference in New Issue
Block a user