Peter Korsgaard
3fdf0bffb8
buildroot: silence ./configure step when building with 'make -s'
...
We have been passing -q to ./configure when using 'make -s' for
packages using Makefile.autotools.in for some time. Do the same
for packages using autotools, but not using the
Makefile.autotools.in infrastructure, taking care to not do it
for packages with hand written configure scripts.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-10-01 21:24:42 +02:00
Michael Roth
cb5710c538
rename TOOL_BUILD_DIR to TOOLCHAIN_DIR
...
To reflect the new output directory hierachy rename the Makefile variable
TOOL_BUILD_DIR to TOOLCHAIN_DIR.
Signed-off-by: Michael Roth <mroth@nessie.de>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-09-23 09:15:27 +02:00
Thomas Petazzoni
af2390c0f4
toolchain: use qstrip
...
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
2009-09-05 14:43:18 +02:00
Maxim Grigoriev
adb9e905da
toolchain: xtensa toolchain patch support
...
Part of #163 .
Signed-off-by: Maxim Grigoriev <maxim2405@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-24 02:32:33 +02:00
Peter Korsgaard
8759a416c4
toolchain/gdb: remove ancient deprecated versions
...
They shouldn't be used anymore, needs havily patching (6.3 has more than
200k patches) and no one tests them with current toolchains.
2009-04-28 18:42:08 +00:00
Peter Korsgaard
f46b9cda0d
toolchain/gdb: remove broken snapshot support
2009-04-28 18:42:02 +00:00
Peter Korsgaard
92bd25c9eb
toolchain: fix up GNU_TARGET_NAME link and target_utils location
...
The GNU_TARGET_NAME symlink and target_utils location were not correctly
adjusted to match the move of the toolchain to $(STAGING_DIR)/usr,
creating dangling symlinks.
2009-01-30 13:34:42 +00:00
Peter Korsgaard
0ef35d5d5e
toolchain/: convert to DOWNLOAD helper
2009-01-16 11:47:05 +00:00
Peter Korsgaard
585aca9a5a
add .empty files for git-svn
...
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.
2009-01-05 15:47:00 +00:00
Peter Korsgaard
e2e4950b2d
toolchain: use same gdb Config.in for internal/external toolchains
...
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).
2008-12-15 15:28:48 +00:00
Peter Korsgaard
ffe33152e7
toolchain/gdb: 6.4 shouldn't be selectable for avr32
2008-12-08 08:54:14 +00:00
Peter Korsgaard
41d7b7087c
toolchain/gdb: mark old versions as deprecated
2008-12-08 08:46:52 +00:00
Peter Korsgaard
5672e59075
toolchain/gdb: default to 6.8
2008-12-08 08:46:50 +00:00
Peter Korsgaard
0e14d4f7ff
toolchain/: get rid of unneeded $(strip ..)
2008-12-08 08:15:42 +00:00
Peter Korsgaard
78c32db23b
toolchain/gdb: add -source target
2008-12-07 21:22:45 +00:00
Peter Korsgaard
84ddc66a41
toolchain/*: use CONFIG_UPDATE
...
Based on e0e0945e in Bernhard's tree.
2008-12-05 15:27:26 +00:00
Peter Korsgaard
7543f7dff4
toolhain/: confgure: respect quiet option
2008-10-26 09:14:02 +00:00
Peter Korsgaard
5a5c59956b
toolchain/gdb: unbreak target gdb support
...
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 .
2008-08-24 07:48:22 +00:00
Peter Korsgaard
4683420c4c
Kconfig: remove 'default n'
...
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00
Ulf Samuelsson
126bb72fa0
Add prepatched AVR32 gcc-4.2.2 toolchain from www.atmel.no, move patch locations for prepatched toolchain to be under the toolchain directory
2008-07-04 08:39:35 +00:00
Ulf Samuelsson
74548a0071
fixup gdb-6.7.1
2008-07-01 21:47:24 +00:00
Ulf Samuelsson
8e3f93eec7
disable werror in gdb
2008-07-01 21:46:50 +00:00
Ulf Samuelsson
d6eea487ed
disable configure caching in gdb, courtesy of Fathi Boudra
2008-07-01 21:38:03 +00:00
Ulf Samuelsson
5ae5af44a5
Add gdb-6.8 support, courtesy Fathi Boudra
2008-07-01 21:36:31 +00:00
Ulf Samuelsson
0e1f472800
Add gdb-6.8 support, courtesy Fathi Boudra
2008-07-01 21:36:11 +00:00
Ulf Samuelsson
38ca54a719
Fix gbd-6.5, courtesy Fathi Boudra
2008-07-01 21:35:33 +00:00
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