Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | toolchain/: convert to DOWNLOAD helper | Peter Korsgaard | 2009-01-16 | 1 | -1/+1 |
| | |||||
* | add .empty files for git-svn | Peter Korsgaard | 2009-01-05 | 3 | -0/+0 |
| | | | | | | | | git-svn (and git) doesn't handle empty directories, so add .empty files to those dirs like elsewhere in buildroot. Those empty directories are normally not a big deal, but the recent changes to u-boot broke the build. | ||||
* | toolchain: use same gdb Config.in for internal/external toolchains | Peter Korsgaard | 2008-12-15 | 2 | -59/+0 |
| | | | | | | | | | | We used to use different gdb configs for internal and external toolchains because mconf won't source the same file twice. This works, but is kind of sub optimal, as people forget to keep them in sync. Fix it to use the same file for both situations by shuffling around the config options a bit. Should work identical to before (except for the newer gdb versions available for ext). | ||||
* | toolchain/gdb: 6.4 shouldn't be selectable for avr32 | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | toolchain/gdb: mark old versions as deprecated | Peter Korsgaard | 2008-12-08 | 1 | -0/+5 |
| | |||||
* | toolchain/gdb: default to 6.8 | Peter Korsgaard | 2008-12-08 | 1 | -1/+1 |
| | |||||
* | toolchain/: get rid of unneeded $(strip ..) | Peter Korsgaard | 2008-12-08 | 1 | -4/+4 |
| | |||||
* | toolchain/gdb: add -source target | Peter Korsgaard | 2008-12-07 | 1 | -0/+1 |
| | |||||
* | toolchain/*: use CONFIG_UPDATE | Peter Korsgaard | 2008-12-05 | 1 | -1/+1 |
| | | | | Based on e0e0945e in Bernhard's tree. | ||||
* | toolhain/: confgure: respect quiet option | Peter Korsgaard | 2008-10-26 | 1 | -0/+1 |
| | |||||
* | toolchain/gdb: unbreak target gdb support | Peter Korsgaard | 2008-08-24 | 1 | -5/+1 |
| | | | | | | | r22624 (Ulf: Add prepatched AVR32 gcc-4.2.2 toolchain) broke target gdb support as it tries to apply gdb patches twice. Unbreak it. Closes #3954. | ||||
* | Kconfig: remove 'default n' | Peter Korsgaard | 2008-07-17 | 2 | -6/+0 |
| | | | | 'default n' is the default, so there's no need to say it explicitly. | ||||
* | Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵ | Ulf Samuelsson | 2008-07-04 | 2 | -4/+9 |
| | | | | locations for prepatched toolchain to be under the toolchain directory | ||||
* | fixup gdb-6.7.1 | Ulf Samuelsson | 2008-07-01 | 3 | -8113/+15 |
| | |||||
* | disable werror in gdb | Ulf Samuelsson | 2008-07-01 | 1 | -0/+1 |
| | |||||
* | disable configure caching in gdb, courtesy of Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -5/+7 |
| | |||||
* | Add gdb-6.8 support, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -0/+5 |
| | |||||
* | Add gdb-6.8 support, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 1 | -0/+31 |
| | |||||
* | Fix gbd-6.5, courtesy Fathi Boudra | Ulf Samuelsson | 2008-07-01 | 5 | -48/+42 |
| | |||||
* | gdb: support external toolchain | Peter Korsgaard | 2008-06-16 | 1 | -9/+5 |
| | |||||
* | Add build support for latest gdb | Ulf Samuelsson | 2008-03-30 | 4 | -0/+8134 |
| | |||||
* | Remove AVR32 gdb patches duplicating prepatched source | Ulf Samuelsson | 2008-03-29 | 1 | -95219/+0 |
| | |||||
* | toolchain updates | John Voltz | 2008-03-06 | 1 | -0/+95219 |
| | |||||
* | updated nios2 gdb support, thanks to Atle Nissestad | Ivan Kuten | 2008-02-08 | 1 | -0/+7978 |
| | |||||
* | updated gdb support for nios2, thanks Atle | Ivan Kuten | 2008-02-07 | 1 | -4/+5 |
| | |||||
* | Add support for GNU and kernel.org mirrors | Ivan Kuten | 2007-12-17 | 1 | -1/+1 |
| | |||||
* | - just use the strip binary to avoid confusing libtool (quotes) | Bernhard Reutner-Fischer | 2007-10-01 | 1 | -2/+2 |
| | | | | - use $(STRIPCMD) in packages to avoid clashes with $(STRIP) | ||||
* | - revert some bad checkins, fixup bad settings in atmel targets and move the ↵ | Bernhard Reutner-Fischer | 2007-09-26 | 2 | -4/+5 |
| | | | | gcc target abi back to a place where the other arch-specific settings live | ||||
* | - sjhill? | Bernhard Reutner-Fischer | 2007-09-26 | 1 | -0/+1 |
| | |||||
* | reinstate AVR32 toolchain | Ulf Samuelsson | 2007-09-26 | 1 | -2/+2 |
| | |||||
* | - remove one invariant in toolchain type selection. | Bernhard Reutner-Fischer | 2007-09-25 | 1 | -2/+2 |
| | |||||
* | - semicolon touchup. No other changes | Bernhard Reutner-Fischer | 2007-08-22 | 1 | -3/+3 |
| | |||||
* | - fixup whitespace damage after ulf | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -2/+2 |
| | |||||
* | - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵ | Bernhard Reutner-Fischer | 2007-08-21 | 1 | -3/+3 |
| | | | | toolchain/*/*.mk */Makefile.in -l) | ||||
* | Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib | Ulf Samuelsson | 2007-08-11 | 1 | -1/+1 |
| | |||||
* | Add PATCH_DIR's for snapshots of uclibc and gdb | Ulf Samuelsson | 2007-07-31 | 1 | -0/+1 |
| | |||||
* | Add support for prepatched toolchains | Ulf Samuelsson | 2007-07-31 | 1 | -3/+18 |
| | |||||
* | gdb config for AVR32 | Ulf Samuelsson | 2007-07-29 | 1 | -0/+5 |
| | |||||
* | - don't bail out on cc warnings | Bernhard Reutner-Fischer | 2007-06-26 | 1 | -2/+3 |
| | |||||
* | - gdb resides in usr/ | Bernhard Reutner-Fischer | 2007-06-22 | 1 | -18/+12 |
| | |||||
* | Please make sure to update this file as well for new versions of GDB. | "Steven J. Hill" | 2007-06-16 | 1 | -0/+1 |
| | |||||
* | - adjust to use the gcc-4.2.0 release | Bernhard Reutner-Fischer | 2007-06-06 | 1 | -1/+1 |
| | | | | | - adjust default gdb version to 6.6 - fix stripping gmp/mpfr due to recent LIBTGTEXT changes | ||||
* | - add gdb-6.6 | Bernhard Reutner-Fischer | 2007-05-15 | 4 | -0/+157 |
| | |||||
* | - forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5 | Bernhard Reutner-Fischer | 2007-02-09 | 1 | -0/+69 |
| | |||||
* | Support building using an external toolchain. Questions to the mailing list ↵ | "Steven J. Hill" | 2007-02-06 | 1 | -0/+55 |
| | | | | and all other comments to <biteme@devnull.com>. | ||||
* | Fix building of GDB when using external toolchain. | "Steven J. Hill" | 2007-02-06 | 2 | -3/+96 |
| | |||||
* | - add and use BR2_BZCAT config option. | Bernhard Reutner-Fischer | 2006-11-17 | 1 | -3/+3 |
| | |||||
* | we use BR2_ENABLE_LOCALE not ENABLE_LOCALE | Eric Andersen | 2006-10-17 | 1 | -1/+1 |
| | |||||
* | - remove patch that was already applied upstream | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -12/+0 |
| | |||||
* | - adjust to current snapshot | Bernhard Reutner-Fischer | 2006-08-24 | 1 | -15/+3 |
| |