Revision 680d05e5
| bootloader/AMiRo-BLT | ||
|---|---|---|
| 1 |
Subproject commit 56360b33e836dff847bba2eec38e2b778d7dc5ba |
|
| 1 |
Subproject commit 7737db33518f9c1d6a4fa958976038fb2dc766a5 |
|
| tools/ide/QtCreator/QtCreatorSetup.sh | ||
|---|---|---|
| 363 | 363 |
|
| 364 | 364 |
# traverse any links |
| 365 | 365 |
while [ -L "$binpath" ]; do |
| 366 |
binpath=$(readlink $binpath)
|
|
| 366 |
binpath=$(realpath $(dirname $binpath)/$(readlink $binpath))
|
|
| 367 | 367 |
done |
| 368 | 368 |
printInfo "gcc-arm-none-eabi detected: $binpath\n" |
| 369 | 369 |
|
Also available in: Unified diff