15 lines
170 B
Batchfile
15 lines
170 B
Batchfile
@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 ..
|