Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-03 | Document build dependencies in the script. | Uwe Hermann | |
2010-07-01 | Add missing --disable-werror configure options. | Uwe Hermann | |
2010-07-01 | Use --disable-werror unconditionally everywhere. | Uwe Hermann | |
This is not Darwin-specific, and can cause issues on other OSes and architectures, too. | |||
2010-07-01 | Don't build STM32 firmware lib or libopenstm32. | Uwe Hermann | |
The 'summon-arm-toolchain' script should do just that per default, build an ARM toolchain. The STM32-specific libs are not related to that and many users will not need or want them. So, default to off for both, but leave in the option so interested users can enable either of them. | |||
2010-07-01 | wget: Use --no-passive-ftp, helps with firewalls. | Uwe Hermann | |
This is tested to work better in at least one firewalled environment. YMMV. | |||
2010-07-01 | Use http instead of ftp where possible. | Uwe Hermann | |
This can avoid some problems in firewalled environments. | |||
2010-07-01 | The script was tested on 32bit Linux too. | Uwe Hermann | |
2010-07-01 | Cosmetics and typo fixes. | Uwe Hermann | |
2010-06-03 | upgrading to gdb-7.1 | Steve Jenson | |
2009-12-27 | Binutils should compile now with --disable-werror. Enabled second gcc build ↵ | Piotr Esden-Tempski | |
again. | |||
2009-12-27 | Updated gcc and binutils version, added a variable to allow external source ↵ | Piotr Esden-Tempski | |
directories. Changed back to arm-none-eabi (other bare bone toolchains use that one) | |||
2009-10-01 | Fix wget invokation so that restarting downloads via -c works. | Uwe Hermann | |
2009-10-01 | Fix git repo URL for libopenstm32. | Uwe Hermann | |
2009-10-01 | Fix typos. | Uwe Hermann | |
2009-07-22 | Added _EN variables to enable/disable libstm32 and libopenstm32 installation. | Piotr Esden-Tempski | |
2009-05-20 | GDB compile yelds warnings but compiles on Mac. Added --without-werror to ↵ | Piotr Esden-Tempski | |
make the build work. | |||
2009-05-20 | Added support for toolchain building on Mac OS X. | Piotr Esden-Tempski | |
2009-05-19 | Initial commit | Piotr Esden-Tempski | |