Peter Korsgaard
6ba4593f4a
gdb: support external toolchain
2008-06-16 15:52:41 +00:00
Ulf Samuelsson
2880357071
Add build support for latest gdb
2008-03-30 07:09:07 +00:00
Ulf Samuelsson
26447bda44
Remove AVR32 gdb patches duplicating prepatched source
2008-03-29 11:14:27 +00:00
John Voltz
1d161fb437
toolchain updates
2008-03-06 18:52:01 +00:00
Ivan Kuten
980df901b9
updated nios2 gdb support, thanks to Atle Nissestad
2008-02-08 09:32:23 +00:00
Ivan Kuten
6c9b9c4e51
updated gdb support for nios2, thanks Atle
2008-02-07 10:59:00 +00:00
Ivan Kuten
cb815ae003
Add support for GNU and kernel.org mirrors
2007-12-17 12:29:06 +00:00
Bernhard Reutner-Fischer
14a71561a3
- just use the strip binary to avoid confusing libtool (quotes)
...
- use $(STRIPCMD) in packages to avoid clashes with $(STRIP)
2007-10-01 16:15:31 +00:00
Bernhard Reutner-Fischer
4b0d5a80f8
- revert some bad checkins, fixup bad settings in atmel targets and move the gcc target abi back to a place where the other arch-specific settings live
2007-09-26 21:12:38 +00:00
Bernhard Reutner-Fischer
02f1865009
- sjhill?
2007-09-26 14:16:47 +00:00
Ulf Samuelsson
01426334b4
reinstate AVR32 toolchain
2007-09-26 05:36:11 +00:00
Bernhard Reutner-Fischer
d8fc1c0a74
- remove one invariant in toolchain type selection.
2007-09-25 08:18:36 +00:00
Bernhard Reutner-Fischer
956d3eb78b
- semicolon touchup. No other changes
2007-08-22 09:56:41 +00:00
Bernhard Reutner-Fischer
fb9d19603c
- fixup whitespace damage after ulf
2007-08-21 19:33:00 +00:00
Bernhard Reutner-Fischer
6c6cb06709
- sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l)
2007-08-21 19:20:18 +00:00
Ulf Samuelsson
a2e5113512
Use STAGING_DIR/usr/lib instead of STAGING_DIR/lib
2007-08-11 22:26:56 +00:00
Ulf Samuelsson
0a8aa89e76
Add PATCH_DIR's for snapshots of uclibc and gdb
2007-07-31 23:25:12 +00:00
Ulf Samuelsson
840325e170
Add support for prepatched toolchains
2007-07-31 14:59:58 +00:00
Ulf Samuelsson
6933f971de
gdb config for AVR32
2007-07-29 17:34:20 +00:00
Bernhard Reutner-Fischer
7bc1430669
- don't bail out on cc warnings
2007-06-26 14:32:10 +00:00
Bernhard Reutner-Fischer
1728f54e77
- gdb resides in usr/
2007-06-22 10:42:07 +00:00
"Steven J. Hill"
e894d1ac6c
Please make sure to update this file as well for new versions of GDB.
2007-06-16 17:55:05 +00:00
Bernhard Reutner-Fischer
c6eb2ed657
- adjust to use the gcc-4.2.0 release
...
- adjust default gdb version to 6.6
- fix stripping gmp/mpfr due to recent LIBTGTEXT changes
2007-06-06 18:14:00 +00:00
Bernhard Reutner-Fischer
4f5ac8baa6
- add gdb-6.6
2007-05-15 11:33:08 +00:00
Bernhard Reutner-Fischer
fe032933b2
- forward the 600-fix-compile-flag-mismatch.patch from 6.4 to 6.5
2007-02-09 13:56:01 +00:00
"Steven J. Hill"
02f71aab47
Support building using an external toolchain. Questions to the mailing list and all other comments to <biteme@devnull.com>.
2007-02-06 18:19:38 +00:00
"Steven J. Hill"
4cdc420621
Fix building of GDB when using external toolchain.
2007-02-06 18:17:31 +00:00
Bernhard Reutner-Fischer
6e2823c1fa
- add and use BR2_BZCAT config option.
2006-11-17 15:43:51 +00:00
Eric Andersen
290615edc1
we use BR2_ENABLE_LOCALE not ENABLE_LOCALE
2006-10-17 16:57:02 +00:00
Bernhard Reutner-Fischer
c59db40f69
- remove patch that was already applied upstream
2006-08-24 19:46:55 +00:00
Bernhard Reutner-Fischer
6e6e04c3e5
- adjust to current snapshot
2006-08-24 19:45:47 +00:00
"Steven J. Hill"
552c41e491
Automate the usage of '--disable-gdbmi' to be used only with GDB versions less than 6.4, if they are even used anymore.
2006-07-05 05:12:51 +00:00
Mike Frysinger
ea8a91e8d3
version bump to 6.5
2006-06-21 08:18:19 +00:00
Mike Frysinger
5086f33ccb
use $(CONFIG_UPDATE) instead of noting the issue
2006-06-21 08:18:10 +00:00
Peter Korsgaard
041ba7cca0
Don't error on clean without unpack
2006-05-30 08:20:54 +00:00
Eric Andersen
768304767b
akvadrako writes:
...
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.
2006-04-06 18:08:44 +00:00
Mike Frysinger
2ed0efef42
import gdb-6.4
2005-12-02 22:31:12 +00:00
"Steven J. Hill"
4876954feb
Die you little bits.
2005-11-14 21:35:38 +00:00
"Steven J. Hill"
05a534e662
Add patches for latest snapshot of gdb. The starting point was the 6.3
...
patches which were then sliced down to this list since all the other
ones were checked in or just applied with horrific failure. Also added
new NPTL support patch for MIPS courtesy of Daniel J. Suckers, err I
mean testers wanted.
2005-09-16 04:47:53 +00:00
"Steven J. Hill"
67cc4f3e6e
Add in support for downloading and building the latest snapshot of GDB. If 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.
2005-08-30 03:37:12 +00:00
Manuel Novoa III
25db1e348f
The mips kernel maintainers reverted the change. So the mips coredump patch is no longer needed for 2.4.30+.
2005-08-22 21:50:51 +00:00
Manuel Novoa III
1172dbb8b1
Sigh... Let's try this again.
2005-08-04 05:44:48 +00:00
Manuel Novoa III
42c9321a15
Add BR2_CROSS_TOOLCHAIN_TARGET_UTILS to allow bundling of some useful debug
...
apps with a deployed cross toolchain. Should probably do ltrace as well...
Also, add another compat symlink for cross gdb.
2005-08-04 03:49:25 +00:00
Eric Andersen
60bb12e60d
filter through dos2unix
2005-08-03 03:17:26 +00:00
"Steven J. Hill"
3639edcabf
i kan spel, can u?
2005-06-25 19:01:23 +00:00
Mike Frysinger
64bf7c6725
use the linux-gnu* -> linux-* change from upstream mainline
2005-05-12 11:35:00 +00:00
Eric Andersen
bb000d4268
Add a bunch of patches snarfed from the debian gdb package
2005-04-14 08:05:03 +00:00
Eric Andersen
7e66561771
update gdb a bit. remove support for ancient versions.
2005-03-26 06:46:02 +00:00
Eric Andersen
74ef9c30b7
Overwrite any existing link should there be one
2005-03-26 01:42:52 +00:00
Mike Frysinger
20fb51307a
Bug #110 , acmay writes: The gdb version depends on BR2_HOST_GDB, but it should be BR2_PACKAGE_GDB_CLIENT.
2005-03-21 02:33:24 +00:00