aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/Config.in.2
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: use same gdb Config.in for internal/external toolchainsPeter Korsgaard2008-12-151-54/+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).
* Kconfig: remove 'default n'Peter Korsgaard2008-07-171-3/+0
| | | | 'default n' is the default, so there's no need to say it explicitly.
* - sjhill?Bernhard Reutner-Fischer2007-09-261-0/+1
|
* Please make sure to update this file as well for new versions of GDB."Steven J. Hill"2007-06-161-0/+1
|
* Support building using an external toolchain. Questions to the mailing list ↵"Steven J. Hill"2007-02-061-0/+55
and all other comments to <biteme@devnull.com>.