index
:
buildroot.git
master
next
Buildroot: Making Embedded Linux easy
hugues
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
toolchain
/
gdb
/
gdb.mk
Age
Commit message (
Expand
)
Author
2008-12-15
toolchain: use same gdb Config.in for internal/external toolchains
Peter Korsgaard
2008-12-08
toolchain/: get rid of unneeded $(strip ..)
Peter Korsgaard
2008-12-07
toolchain/gdb: add -source target
Peter Korsgaard
2008-12-05
toolchain/*: use CONFIG_UPDATE
Peter Korsgaard
2008-10-26
toolhain/: confgure: respect quiet option
Peter Korsgaard
2008-08-24
toolchain/gdb: unbreak target gdb support
Peter Korsgaard
2008-07-04
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locati...
Ulf Samuelsson
2008-07-01
disable werror in gdb
Ulf Samuelsson
2008-07-01
disable configure caching in gdb, courtesy of Fathi Boudra
Ulf Samuelsson
2008-06-16
gdb: support external toolchain
Peter Korsgaard
2007-12-17
Add support for GNU and kernel.org mirrors
Ivan Kuten
2007-10-01
- just use the strip binary to avoid confusing libtool (quotes)
Bernhard Reutner-Fischer
2007-09-26
- revert some bad checkins, fixup bad settings in atmel targets and move the ...
Bernhard Reutner-Fischer
2007-09-26
reinstate AVR32 toolchain
Ulf Samuelsson
2007-09-25
- remove one invariant in toolchain type selection.
Bernhard Reutner-Fischer
2007-08-22
- semicolon touchup. No other changes
Bernhard Reutner-Fischer
2007-08-21
- fixup whitespace damage after ulf
Bernhard Reutner-Fischer
2007-08-21
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ...
Bernhard Reutner-Fischer
2007-08-11
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
Ulf Samuelsson
2007-07-31
Add PATCH_DIR's for snapshots of uclibc and gdb
Ulf Samuelsson
2007-07-31
Add support for prepatched toolchains
Ulf Samuelsson
2007-06-26
- don't bail out on cc warnings
Bernhard Reutner-Fischer
2007-06-22
- gdb resides in usr/
Bernhard Reutner-Fischer
2007-05-15
- add gdb-6.6
Bernhard Reutner-Fischer
2007-02-06
Fix building of GDB when using external toolchain.
"Steven J. Hill"
2006-11-17
- add and use BR2_BZCAT config option.
Bernhard Reutner-Fischer
2006-10-17
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
Eric Andersen
2006-07-05
Automate the usage of '--disable-gdbmi' to be used only with GDB versions les...
"Steven J. Hill"
2006-06-21
use $(CONFIG_UPDATE) instead of noting the issue
Mike Frysinger
2006-05-30
Don't error on clean without unpack
Peter Korsgaard
2006-04-06
akvadrako writes:
Eric Andersen
2005-12-02
import gdb-6.4
Mike Frysinger
2005-08-30
Add in support for downloading and building the latest snapshot of GDB. If yo...
"Steven J. Hill"
2005-08-04
Sigh... Let's try this again.
Manuel Novoa III
2005-08-04
Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug
Manuel Novoa III
2005-03-26
Overwrite any existing link should there be one
Eric Andersen
2005-03-02
kill off support for gdb 5.3
Eric Andersen
2005-02-24
This doesn't need ncurses headers installed in the target
Eric Andersen
2005-02-11
cleanup using a variable before it was defined
Eric Andersen
2005-02-10
There is no need to have a separate 'Makefile.in' file in the
Eric Andersen
2005-01-23
Patch from acmay: http://bugs.uclibc.org/view.php?id=50
Eric Andersen
2004-10-11
-xvf -> $(TAR_OPTIONS)
Mike Frysinger
2004-10-10
depend on ncurses
Eric Andersen
2004-10-09
Remove obsolete reference to SOURCE_DIR
Eric Andersen
2004-10-09
facelift step number two
Eric Andersen
2004-10-09
Major buildroot facelift, step one.
Eric Andersen