diff options
| author | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 18:05:42 +0000 |
|---|---|---|
| committer | Christian Starkjohann <cs+github@obdev.at> | 2008-10-20 18:05:42 +0000 |
| commit | ae840220bb1cc546e81992ea3e6e22f7b2a543d2 (patch) | |
| tree | a16071d513e08b4f9e513983686e4cdddcce1620 | |
| parent | ba297b27bd708d35803341cd49c826f2061f9a9b (diff) | |
| download | v-usb-ae840220bb1cc546e81992ea3e6e22f7b2a543d2.tar.gz v-usb-ae840220bb1cc546e81992ea3e6e22f7b2a543d2.tar.bz2 v-usb-ae840220bb1cc546e81992ea3e6e22f7b2a543d2.zip | |
- ensure that we don't change current avr-gcc
| -rwxr-xr-x | mkdist.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -54,6 +54,7 @@ fi if [ "$isPublic" = yes ]; then ( + currentGcc=`avr-gcc-select | awk '{print $NF}'` cd tests for i in 3 4; do avr-gcc-select $i >/dev/null 2>&1 @@ -64,6 +65,7 @@ if [ "$isPublic" = yes ]; then svn add sizes-reference/$file svn commit -m "Added sizes file for this version" sizes-reference/$file done + avr-gcc-select $currentGcc ) fi |
