summaryrefslogtreecommitdiffstats
path: root/toolchain/gdb/gdb.mk
Commit message (Collapse)AuthorAgeFilesLines
* toolchain: use same gdb Config.in for internal/external toolchainsPeter Korsgaard2008-12-151-5/+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/: get rid of unneeded $(strip ..)Peter Korsgaard2008-12-081-4/+4
|
* toolchain/gdb: add -source targetPeter Korsgaard2008-12-071-0/+1
|
* toolchain/*: use CONFIG_UPDATEPeter Korsgaard2008-12-051-1/+1
| | | | Based on e0e0945e in Bernhard's tree.
* toolhain/: confgure: respect quiet optionPeter Korsgaard2008-10-261-0/+1
|
* toolchain/gdb: unbreak target gdb supportPeter Korsgaard2008-08-241-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.
* Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch ↵Ulf Samuelsson2008-07-041-2/+8
| | | | locations for prepatched toolchain to be under the toolchain directory
* disable werror in gdbUlf Samuelsson2008-07-011-0/+1
|
* disable configure caching in gdb, courtesy of Fathi BoudraUlf Samuelsson2008-07-011-5/+7
|
* gdb: support external toolchainPeter Korsgaard2008-06-161-9/+5
|
* Add support for GNU and kernel.org mirrorsIvan Kuten2007-12-171-1/+1
|
* - just use the strip binary to avoid confusing libtool (quotes)Bernhard Reutner-Fischer2007-10-011-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-Fischer2007-09-261-3/+3
| | | | gcc target abi back to a place where the other arch-specific settings live
* reinstate AVR32 toolchainUlf Samuelsson2007-09-261-2/+2
|
* - remove one invariant in toolchain type selection.Bernhard Reutner-Fischer2007-09-251-2/+2
|
* - semicolon touchup. No other changesBernhard Reutner-Fischer2007-08-221-3/+3
|
* - fixup whitespace damage after ulfBernhard Reutner-Fischer2007-08-211-2/+2
|
* - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* ↵Bernhard Reutner-Fischer2007-08-211-3/+3
| | | | toolchain/*/*.mk */Makefile.in -l)
* Use STAGING_DIR/usr/lib instead of STAGING_DIR/libUlf Samuelsson2007-08-111-1/+1
|
* Add PATCH_DIR's for snapshots of uclibc and gdbUlf Samuelsson2007-07-311-0/+1
|
* Add support for prepatched toolchainsUlf Samuelsson2007-07-311-3/+18
|
* - don't bail out on cc warningsBernhard Reutner-Fischer2007-06-261-2/+3
|
* - gdb resides in usr/Bernhard Reutner-Fischer2007-06-221-18/+12
|
* - add gdb-6.6Bernhard Reutner-Fischer2007-05-151-0/+2
|
* Fix building of GDB when using external toolchain."Steven J. Hill"2007-02-061-3/+9
|
* - add and use BR2_BZCAT config option.Bernhard Reutner-Fischer2006-11-171-3/+3
|
* we use BR2_ENABLE_LOCALE not ENABLE_LOCALEEric Andersen2006-10-171-1/+1
|
* Automate the usage of '--disable-gdbmi' to be used only with GDB versions ↵"Steven J. Hill"2006-07-051-1/+7
| | | | less than 6.4, if they are even used anymore.
* use $(CONFIG_UPDATE) instead of noting the issueMike Frysinger2006-06-211-4/+2
|
* Don't error on clean without unpackPeter Korsgaard2006-05-301-3/+9
|
* akvadrako writes:Eric Andersen2006-04-061-18/+18
| | | | | | | | | The term gdb-client is deceptive - although it parallels the gdb-server name, it is actually a full fledged gdb version. I want to use it to debug uClibc core files on my host system. Although I haven't got that to work yet, I wasted time figuring out how to do build gdb for the host not realizing it already had a target. With this documentation change, things would have been a lot clearer to me.
* import gdb-6.4Mike Frysinger2005-12-021-0/+4
|
* Add in support for downloading and building the latest snapshot of GDB. If ↵"Steven J. Hill"2005-08-301-3/+19
| | | | you want to debug NPTL binaries, you'll need the latest and greatest. Patches for 6.3 will be forward ported where applicable later this week.
* Sigh... Let's try this again.Manuel Novoa III2005-08-041-1/+0
|
* Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debugManuel Novoa III2005-08-041-1/+8
| | | | | apps with a deployed cross toolchain. Should probably do ltrace as well... Also, add another compat symlink for cross gdb.
* Overwrite any existing link should there be oneEric Andersen2005-03-261-1/+1
|
* kill off support for gdb 5.3Eric Andersen2005-03-021-11/+0
|
* This doesn't need ncurses headers installed in the targetEric Andersen2005-02-241-1/+1
|
* cleanup using a variable before it was definedEric Andersen2005-02-111-4/+2
|
* There is no need to have a separate 'Makefile.in' file in theEric Andersen2005-02-101-0/+19
| | | | | general case, therefore, combine the toplevel Makefile options such as setting TARGETS into the per-package *.mk file
* Patch from acmay: http://bugs.uclibc.org/view.php?id=50Eric Andersen2005-01-231-1/+1
| | | | | | | | | | | | 0000050: gdb_server and gdb_client fixes and split Here is a patch with 2 issues. gdbserver does not depend on ncurses (just the full gdb needs it) Split out gdb client config option, to be separate from gdbserver. If you build gdb client for the host once it does not need to be rebuilt when the rest of libs change. So I build it and save it off.
* -xvf -> $(TAR_OPTIONS)Mike Frysinger2004-10-111-1/+1
|
* depend on ncursesEric Andersen2004-10-101-8/+8
|
* Remove obsolete reference to SOURCE_DIREric Andersen2004-10-091-1/+1
|
* facelift step number twoEric Andersen2004-10-091-1/+1
|
* Major buildroot facelift, step one.Eric Andersen2004-10-091-0/+189
-Erik