9
0
Fork 0

[MAKEALL] remove seriously broken boards from MAKEALL, add toolchain

for blackfin
This commit is contained in:
Sascha Hauer 2008-07-03 10:33:09 +02:00
parent b28943274b
commit b972a4531f
1 changed files with 1 additions and 9 deletions

10
MAKEALL
View File

@ -24,13 +24,9 @@ BOARDS="${BOARDS} sandbox"
sandbox_ARCH=sandbox
sandbox_CROSS_COMPILE=
BOARDS="${BOARDS} eco920"
eco920_ARCH=arm
eco920_CROSS_COMPILE=arm-v4t-linux-gnueabi-
BOARDS="${BOARDS} ipe337"
ipe337_ARCH=blackfin
ipe337_CROSS_COMPILE=
ipe337_CROSS_COMPILE=bfin-elf-
BOARDS="${BOARDS} netx_nxdb500"
netx_nxdb500_ARCH=arm
@ -48,10 +44,6 @@ BOARDS="${BOARDS} pcm038"
pcm038_ARCH=arm
pcm038_CROSS_COMPILE=arm-v4t-linux-gnueabi-
BOARDS="${BOARDS} scb9328"
scb9328_ARCH=arm
scb9328_CROSS_COMPILE=arm-v4t-linux-gnueabi-
for board in ${BOARDS}; do
time_start=$(date +%s)