summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-05Fixed building on Mac OS X.Piotr Esden-Tempski
2010-09-03Update versions to latest released ones.Uwe Hermann
2010-09-03Document build dependencies in the script.Uwe Hermann
2010-07-01Add missing --disable-werror configure options.Uwe Hermann
2010-07-01Use --disable-werror unconditionally everywhere.Uwe Hermann
This is not Darwin-specific, and can cause issues on other OSes and architectures, too.
2010-07-01Don'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-01wget: Use --no-passive-ftp, helps with firewalls.Uwe Hermann
This is tested to work better in at least one firewalled environment. YMMV.
2010-07-01Use http instead of ftp where possible.Uwe Hermann
This can avoid some problems in firewalled environments.
2010-07-01The script was tested on 32bit Linux too.Uwe Hermann
2010-07-01Cosmetics and typo fixes.Uwe Hermann
2010-06-03upgrading to gdb-7.1Steve Jenson
2009-12-27Binutils should compile now with --disable-werror. Enabled second gcc build ↵Piotr Esden-Tempski
again.
2009-12-27Updated 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-01Fix wget invokation so that restarting downloads via -c works.Uwe Hermann
2009-10-01Fix git repo URL for libopenstm32.Uwe Hermann
2009-10-01Fix typos.Uwe Hermann
2009-07-22Added _EN variables to enable/disable libstm32 and libopenstm32 installation.Piotr Esden-Tempski
2009-05-20GDB compile yelds warnings but compiles on Mac. Added --without-werror to ↵Piotr Esden-Tempski
make the build work.
2009-05-20Added support for toolchain building on Mac OS X.Piotr Esden-Tempski
2009-05-19Initial commitPiotr Esden-Tempski