Aldas,
On Mon, Aug 2, 2010 at 11:23 AM, Aldas Nabazas <[email protected]> wrote:
>>>I found now that the development trunk builds without these errors. Do
>>>you accept patches into the 8.0 branch (and does it worth doing?) or
>>>shall I better use development trunk?
>
> Could you let me know what package and patch you are talking about?
> You can use any of trees , myself I mix them together, mostly getting newer
> kernel from trunk.
For example, r36806 ("added mpc (new gcc dependeny) to the embedded
example target") fixed gcc build in t2-trunk. But the same issue exist
in t2-8.0: the "embedded" target build fails, since the "mpc" package
is not listed in the target/embedded/config.in file (patch for t2-8.0
attached).
--
Dmitry S. Vasilchenko
Index: target/embedded/config.in
===================================================================
--- target/embedded/config.in (revision 37038)
+++ target/embedded/config.in (working copy)
@@ -123,6 +123,7 @@
/ gcc / { s,^. [^ ]*,X 0---------,; p; d; }
/ gmp / { s,^. [^ ]*,X 0---------,; p; d; }
/ mpfr / { s,^. [^ ]*,X 0---------,; p; d; }
+/ mpc / { s,^. [^ ]*,X 0---------,; p; d; }
/ dietlibc / { p; d; };
/ embutils / { p; d; };
@@ -142,6 +143,7 @@
/ openssl / { p; d; };
/ gmp / { p; d; };
/ mpfr / { p; d; };
+/ mpc / { p; d; };
/ irda-utils / { p; d; };
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[email protected] with a subject of: unsubscribe t2