Peter Korsgaard
90c5d156f5
toolchain/gcc: ensure libraries are copied to target_dir for x86-64
...
x86-64 stores libgcc_s / libstdc++ / libgcj under lib64 instead of lib,
so make sure that directory is searched as well for libraries to copy
to target.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-02 09:41:09 +02:00
Peter Korsgaard
421f05c913
toolchain/gcc: 4.3.x: fix for arm pr37436
...
See http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37436 for details.
Reported-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-24 07:34:09 +02:00
Wade Berrier
9e114500d5
Fix gcc 3.4.6 build with newer host libc versions
...
The build of gcc 3.4.6 fails when host libc is too new.
I pulled the fix from this bug report:
http://bugs.openembedded.net/show_bug.cgi?id=4626
Signed-off-by: Wade Berrier <wberrier@gmail.com>
2009-05-12 13:32:04 -06:00
Angus Salkeld
bb1f42e442
gcc-4.3.3: add a patch to link with the math lib to get copysignal
...
Conditionally apply the following patch by Bernhard Reutner-Fischer which
solves a link error on powerpc (with softfloat or multilib) when using
a shared libgcc_s.
See: http://gcc.gnu.org/ml/gcc-patches/2008-10/msg00237.html
http://www.nabble.com/PPC-won't-build-with-soft-float-td22772110.html
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-05-12 10:02:20 +02:00
Peter Korsgaard
30ee5f0560
toolchain/gcc: java needs largefile support
2009-04-27 14:07:42 +00:00
Peter Korsgaard
a62ceefdd4
toolchain/gcc: fix java support
...
Not runtime tested, but now it atleast builds.
2009-04-27 14:07:36 +00:00
Peter Korsgaard
1f3eec6e8f
toolchain/gcc: disable tls support
...
Fixes libstdc++ linking with gcc 4.4.x
2009-04-27 10:26:56 +00:00
Peter Korsgaard
5eeeeec056
toolchain/gcc: add 4.4.0
2009-04-23 11:45:02 +00:00
Peter Korsgaard
6d48463df6
toolchain/gcc: fix PR 32044 patch
...
Somehow the patch was a patch adding a patch instead of the patch itself.
2009-04-23 11:44:48 +00:00
Peter Korsgaard
3b712a3d89
toolchain/gcc: don't enable libssp support
...
It's broken anyway as we don't install libssp* into TARGET_DIR, and we
should use the SSP support in uClibc if we want stack protection.
2009-04-22 07:27:17 +00:00
Peter Korsgaard
ef8fd64dcb
toolchain/gcc: shared libgcc broken for sparc, so disable it
2009-04-15 13:41:55 +00:00
Peter Korsgaard
bb6d88ec0f
gcc: 4.3.x fix for PR 32044.
...
Patch by Daniel Mack <daniel@caiaq.de>
2009-03-10 22:01:06 +00:00
Peter Korsgaard
766c774f28
toolchain/gcc: libstdcpp dependency was listed twice
2009-03-01 20:20:09 +00:00
Peter Korsgaard
01921dd4d4
toolchain/gcc: add 4.3.3
2009-02-13 08:34:08 +00:00
Peter Korsgaard
2f72570992
toolchain/gcc/4.3.2: use what really got committed upstream for PR39076
...
Thanks to Sven Neumann for noticing.
2009-02-05 14:13:43 +00:00
Peter Korsgaard
a1b8914cee
toolchain/gcc/4.3.2: remove unused and unneeded fix for PR34205
...
We don't use the iwmmxt abi anymore.
2009-02-05 13:24:14 +00:00
Peter Korsgaard
a9114d3576
toolchain/gcc/4.3.2: fix arm funroll-loops patch from r24993
...
Rename it so it actually gets applied and fix it so it can be applied
(-p level).
2009-02-05 13:24:11 +00:00
Peter Korsgaard
16a5a68947
toolchain: revert r25193 (Change binary toolchain configuration)
...
As discussed on the list.
2009-02-04 13:42:40 +00:00
Ulf Samuelsson
59f084017e
Change binary toolchain configuration, so
...
that the options become visible just below
the config, instead of at bottom of screen
Create a more useful default as toolchain path.
Allow generation of a script which sets up
paths to a binary toolchain generated by buildroot.
2009-01-31 20:49:59 +00:00
Daniel Laird
040bd64849
Extend External Toolchain options (match buildroot built toolchain):
...
Have added options that mean you can set the same BR2_XXXX variables
for external toolchain and internal (buildroot built) toolchain.
This means the same set of packages can be built now me as for you.....
Signed-off-by: Daniel Laird <daniel.j.laird@nxp.com>
2009-01-30 16:28:26 +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
81ddf3d083
toolchain/gcc: remove unused gcc 3.x cruft from 4.x makefile (sysroot)
2009-01-30 13:34:35 +00:00
Peter Korsgaard
ea57d89bcc
toolchain/gcc/4.3.2: accept abi=aapcs-linux for EABI
...
From Bernhards' tree, thanks to Sven Neuman for noticing. See also
http://gcc.gnu.org/ml/gcc-patches/2008-09/msg01500.html
2009-01-30 10:35:55 +00:00
Peter Korsgaard
e87389229e
toolchain/gcc: remove ancient (and unused) i386 softfloat patch
2009-01-29 19:24:31 +00:00
Peter Korsgaard
6071bb4e1a
toolchain/gcc: remove unused GCC_ENABLE_CLOCALE
...
This variable was introduced in r17046 (add gfortran support,
2006-12-22) and wasn't used even there.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-29 19:13:53 +00:00
Peter Korsgaard
97925424aa
toolchain: cris fixes for gcc 4.3.x / linux 2.6.28.x
...
Patches by Hinko Kocevar <hinko.kocevar@cetrtapot.si>
2009-01-28 16:37:09 +00:00
Peter Korsgaard
f85f2de174
Makefile: globally define variables used at different places
...
$(comma) and $(space) are used in packages and the toolchain.
Signed-off-by: Markus Heidelberg <markus.heidelberg@web.de>
2009-01-25 20:19:01 +00:00
Ulf Samuelsson
ecdd71417c
Fix unroll bug for ARM toolchain
2009-01-23 23:03:25 +00:00
Peter Korsgaard
77662160bb
toolchain/gcc: make version detection more robust
...
Thanks to Bernhard for noticing (and less so for causing the problem in
the first place :P)
2009-01-22 11:18:44 +00:00
Peter Korsgaard
79cdd94154
toolchain/gcc: fix target-gcc for 4.3.x
...
Includes are in include-fixed and GCC_LIB_SUBDIR needs to be set like for
the rest of 4.x
2009-01-22 10:04:30 +00:00
Peter Korsgaard
bc65432230
toolchain: introduce HOSTCC_VERSION and fix gcc-4.3.x build with old host CCs
...
gcc < 4.2.0 doesn't support -Wno-overlength-stings, but gcc-4.3.x configure
fails to detect that, breaking the build.
Work around it by detecting the host gcc version (and store in HOSTCC_VERSION)
and set the proper configure variables for gcc < 4.2.0.
2009-01-19 09:18:46 +00:00
Ulf Samuelsson
bdac3e337f
Update broken AVR32 toolchain, and update configs for this, deprecate all but latest AVR32 toolchain
2009-01-16 22:39:05 +00:00
Peter Korsgaard
c816f0b9ea
toolchain/gcc: mark old versions as deprecated
2009-01-16 14:13:50 +00:00
Peter Korsgaard
6e0c86fff8
toolchain/gcc: default to 4.3.2 for !AVR32
2009-01-16 14:13:46 +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
Nigel Kukard
39c0548428
* Added option to build with gcc 4.3.2
2008-12-31 18:28:59 +00:00
Peter Korsgaard
0e14d4f7ff
toolchain/: get rid of unneeded $(strip ..)
2008-12-08 08:15:42 +00:00
Peter Korsgaard
84ddc66a41
toolchain/*: use CONFIG_UPDATE
...
Based on e0e0945e in Bernhard's tree.
2008-12-05 15:27:26 +00:00
Arnar Mar Sigurðsson
88b24a4caa
2 gcc patches from Atmel's buildroot
2008-10-31 01:41:31 +00:00
Peter Korsgaard
7543f7dff4
toolhain/: confgure: respect quiet option
2008-10-26 09:14:02 +00:00
Hans-Christian Egtvedt
50b55c9006
gcc: make installation of shared libraries multi-project safe
...
This patch modifies the rule for installing the shared libraries into the
project_foo/.../autotools-stamps directory. This will make the installation of
GCC shared libraries be multi-project safe.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-02 15:02:38 +00:00
Hans-Christian Egtvedt
3fac2be724
gcc: make sure that /usr/lib exists on target before installing shared libs
...
On very lite systems the /usr/lib directory might not exist before libstdc++ is
installed. This patch makes sure the directory exists.
Signed-off-by: Hans-Christian Egtvedt <hans-christian.egtvedt@atmel.com>
2008-10-02 14:32:07 +00:00
Peter Korsgaard
1243071b16
gcc: only use -mfloat-abi for ARM, use -msoft-float for other archs
...
Patch by Wade Berrier.
2008-08-22 13:59:06 +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
228ef57ecf
Add latest gcc patch for AVR32 gcc-4.2.2 prepatched source
2008-07-08 19:45:34 +00:00
Ulf Samuelsson
d592884e2c
Fix AVR32 gcc patching, when sysroot option is not enabled
2008-07-08 19:31:30 +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
Peter Korsgaard
32ac555784
toolchain/gcc: use --disable-decimal-float for 4.3.x
2008-06-21 19:47:17 +00:00
Peter Korsgaard
a5ac61715b
buildroot: s/depends/depends on/
...
The new kconfig is more strict regarding depends/depends on, so fixup
the tree.
2008-06-19 19:06:25 +00:00