public inbox for crossgcc@sourceware.org
 help / color / mirror / Atom feed
* [PATCH 3 of 3] Add updated kernel versions: 3.2.7 and 3.2.8
  2012-03-01 23:41 [PATCH 0 of 3] Update gcc, eglibc, and kernel versions Bryan Hundven
  2012-03-01 23:41 ` [PATCH 2 of 3] Add updated eglibc 2.15 Bryan Hundven
  2012-03-01 23:41 ` [PATCH 1 of 3] Add updated gcc 4.6.3 Bryan Hundven
@ 2012-03-01 23:41 ` Bryan Hundven
  2 siblings, 0 replies; 7+ messages in thread
From: Bryan Hundven @ 2012-03-01 23:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644229 28800
# Node ID dd02f4d95c66dcb10d6e258edfe6d48f5bfc8f3f
# Parent  85ff80f395067f7b07dd2558f9c8a7357f18cbf9
Add updated kernel versions: 3.2.7 and 3.2.8

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 85ff80f39506 -r dd02f4d95c66 config/kernel/linux.in
--- a/config/kernel/linux.in	Thu Mar 01 15:23:49 2012 -0800
+++ b/config/kernel/linux.in	Thu Mar 01 15:23:49 2012 -0800
@@ -26,6 +26,14 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config KERNEL_V_3_2_8
+    bool
+    prompt "3.2.8"
+
+config KERNEL_V_3_2_7
+    bool
+    prompt "3.2.7"
+
 config KERNEL_V_3_2_6
     bool
     prompt "3.2.6"
@@ -151,6 +159,8 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "3.2.8" if KERNEL_V_3_2_8
+    default "3.2.7" if KERNEL_V_3_2_7
     default "3.2.6" if KERNEL_V_3_2_6
     default "3.2.5" if KERNEL_V_3_2_5
     default "3.2.4" if KERNEL_V_3_2_4

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1 of 3] Add updated gcc 4.6.3
  2012-03-01 23:41 [PATCH 0 of 3] Update gcc, eglibc, and kernel versions Bryan Hundven
  2012-03-01 23:41 ` [PATCH 2 of 3] Add updated eglibc 2.15 Bryan Hundven
@ 2012-03-01 23:41 ` Bryan Hundven
  2012-03-01 23:41 ` [PATCH 3 of 3] Add updated kernel versions: 3.2.7 and 3.2.8 Bryan Hundven
  2 siblings, 0 replies; 7+ messages in thread
From: Bryan Hundven @ 2012-03-01 23:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644009 28800
# Node ID cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
# Parent  369e2fbe9010a1911d61b56c977d2c94949daef9
Add updated gcc 4.6.3

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r 369e2fbe9010 -r cc5c8bd6c1a2 config/cc/gcc.in
--- a/config/cc/gcc.in	Sun Jul 24 19:35:24 2011 +0200
+++ b/config/cc/gcc.in	Thu Mar 01 15:20:09 2012 -0800
@@ -42,6 +42,12 @@
     depends on CC_GCC_SHOW_LINARO
     select CC_GCC_4_6
 
+config CC_V_4_6_3
+    bool
+    prompt "4.6.3 (EXPERIMENTAL)"
+    depends on EXPERIMENTAL
+    select CC_GCC_4_6
+
 config CC_V_4_6_2
     bool
     prompt "4.6.2 (EXPERIMENTAL)"
@@ -326,6 +332,7 @@
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
     default "linaro-4.6-2012.02" if CC_V_linaro_4_6_2012_02
+    default "4.6.3" if CC_V_4_6_3
     default "4.6.2" if CC_V_4_6_2
     default "4.6.1" if CC_V_4_6_1
     default "4.6.0" if CC_V_4_6_0

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 0 of 3] Update gcc, eglibc, and kernel versions
@ 2012-03-01 23:41 Bryan Hundven
  2012-03-01 23:41 ` [PATCH 2 of 3] Add updated eglibc 2.15 Bryan Hundven
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Bryan Hundven @ 2012-03-01 23:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc


--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2 of 3] Add updated eglibc 2.15
  2012-03-01 23:41 [PATCH 0 of 3] Update gcc, eglibc, and kernel versions Bryan Hundven
@ 2012-03-01 23:41 ` Bryan Hundven
  2012-03-02  1:05   ` Bryan Hundven
  2012-03-01 23:41 ` [PATCH 1 of 3] Add updated gcc 4.6.3 Bryan Hundven
  2012-03-01 23:41 ` [PATCH 3 of 3] Add updated kernel versions: 3.2.7 and 3.2.8 Bryan Hundven
  2 siblings, 1 reply; 7+ messages in thread
From: Bryan Hundven @ 2012-03-01 23:41 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

# HG changeset patch
# User "Bryan Hundven" <bryanhundven@gmail.com>
# Date 1330644229 28800
# Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9
# Parent  cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
Add updated eglibc 2.15

Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>

diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in
--- a/config/libc/eglibc.in	Thu Mar 01 15:20:09 2012 -0800
+++ b/config/libc/eglibc.in	Thu Mar 01 15:23:49 2012 -0800
@@ -18,6 +18,12 @@
 # Don't remove next line
 # CT_INSERT_VERSION_BELOW
 
+config LIBC_EGLIBC_V_2_15
+    bool
+    prompt "2_15"
+    depends on EXPERIMENTAL
+    select LIBC_EGLIBC_2_15_or_later
+
 config LIBC_EGLIBC_V_2_14
     bool
     prompt "2_14"
@@ -83,6 +89,7 @@
     string
 # Don't remove next line
 # CT_INSERT_VERSION_STRING_BELOW
+    default "2_15" if LIBC_EGLIBC_V_2_15
     default "2_14" if LIBC_EGLIBC_V_2_14
     default "2_13" if LIBC_EGLIBC_V_2_13
     default "2_12" if LIBC_EGLIBC_V_2_12
@@ -95,6 +102,10 @@
     default "2_5" if LIBC_EGLIBC_V_2_5
     default "trunk" if LIBC_EGLIBC_V_TRUNK
 
+config LIBC_EGLIBC_2_15_or_later
+    bool
+    select LIBC_EGLIBC_2_14_or_later
+
 config LIBC_EGLIBC_2_14_or_later
     bool
     select LIBC_EGLIBC_2_13_or_later

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2 of 3] Add updated eglibc 2.15
  2012-03-01 23:41 ` [PATCH 2 of 3] Add updated eglibc 2.15 Bryan Hundven
@ 2012-03-02  1:05   ` Bryan Hundven
  2012-03-02  1:30     ` Bryan Hundven
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan Hundven @ 2012-03-02  1:05 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

On Thu, Mar 1, 2012 at 3:41 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
> # HG changeset patch
> # User "Bryan Hundven" <bryanhundven@gmail.com>
> # Date 1330644229 28800
> # Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9
> # Parent  cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
> Add updated eglibc 2.15
>
> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
>
> diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in
> --- a/config/libc/eglibc.in     Thu Mar 01 15:20:09 2012 -0800
> +++ b/config/libc/eglibc.in     Thu Mar 01 15:23:49 2012 -0800
> @@ -18,6 +18,12 @@
>  # Don't remove next line
>  # CT_INSERT_VERSION_BELOW
>
> +config LIBC_EGLIBC_V_2_15
> +    bool
> +    prompt "2_15"
> +    depends on EXPERIMENTAL
> +    select LIBC_EGLIBC_2_15_or_later
> +
>  config LIBC_EGLIBC_V_2_14
>     bool
>     prompt "2_14"
> @@ -83,6 +89,7 @@
>     string
>  # Don't remove next line
>  # CT_INSERT_VERSION_STRING_BELOW
> +    default "2_15" if LIBC_EGLIBC_V_2_15
>     default "2_14" if LIBC_EGLIBC_V_2_14
>     default "2_13" if LIBC_EGLIBC_V_2_13
>     default "2_12" if LIBC_EGLIBC_V_2_12
> @@ -95,6 +102,10 @@
>     default "2_5" if LIBC_EGLIBC_V_2_5
>     default "trunk" if LIBC_EGLIBC_V_TRUNK
>
> +config LIBC_EGLIBC_2_15_or_later
> +    bool
> +    select LIBC_EGLIBC_2_14_or_later
> +
>  config LIBC_EGLIBC_2_14_or_later
>     bool
>     select LIBC_EGLIBC_2_13_or_later


Hmm, the eglibc-2_15 branch seems to have some problems.
I found some patches to fix the problems I have here:
http://www.trustanywhere.com/download/public/openwrt/source/tmp/2.15/

Specifically: 300-builtin-expect-needed.patch

The zic and thumb patches might also be helpful, but I don't know if
we need 200-add-dl-search-paths.patch.

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2 of 3] Add updated eglibc 2.15
  2012-03-02  1:05   ` Bryan Hundven
@ 2012-03-02  1:30     ` Bryan Hundven
  2012-03-26 10:04       ` Florian Fainelli
  0 siblings, 1 reply; 7+ messages in thread
From: Bryan Hundven @ 2012-03-02  1:30 UTC (permalink / raw)
  To: Yann E. MORIN; +Cc: crossgcc

On Thu, Mar 1, 2012 at 5:05 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
> On Thu, Mar 1, 2012 at 3:41 PM, Bryan Hundven <bryanhundven@gmail.com> wrote:
>> # HG changeset patch
>> # User "Bryan Hundven" <bryanhundven@gmail.com>
>> # Date 1330644229 28800
>> # Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9
>> # Parent  cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
>> Add updated eglibc 2.15
>>
>> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
>>
>> diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in
>> --- a/config/libc/eglibc.in     Thu Mar 01 15:20:09 2012 -0800
>> +++ b/config/libc/eglibc.in     Thu Mar 01 15:23:49 2012 -0800
>> @@ -18,6 +18,12 @@
>>  # Don't remove next line
>>  # CT_INSERT_VERSION_BELOW
>>
>> +config LIBC_EGLIBC_V_2_15
>> +    bool
>> +    prompt "2_15"
>> +    depends on EXPERIMENTAL
>> +    select LIBC_EGLIBC_2_15_or_later
>> +
>>  config LIBC_EGLIBC_V_2_14
>>     bool
>>     prompt "2_14"
>> @@ -83,6 +89,7 @@
>>     string
>>  # Don't remove next line
>>  # CT_INSERT_VERSION_STRING_BELOW
>> +    default "2_15" if LIBC_EGLIBC_V_2_15
>>     default "2_14" if LIBC_EGLIBC_V_2_14
>>     default "2_13" if LIBC_EGLIBC_V_2_13
>>     default "2_12" if LIBC_EGLIBC_V_2_12
>> @@ -95,6 +102,10 @@
>>     default "2_5" if LIBC_EGLIBC_V_2_5
>>     default "trunk" if LIBC_EGLIBC_V_TRUNK
>>
>> +config LIBC_EGLIBC_2_15_or_later
>> +    bool
>> +    select LIBC_EGLIBC_2_14_or_later
>> +
>>  config LIBC_EGLIBC_2_14_or_later
>>     bool
>>     select LIBC_EGLIBC_2_13_or_later
>
>
> Hmm, the eglibc-2_15 branch seems to have some problems.
> I found some patches to fix the problems I have here:
> http://www.trustanywhere.com/download/public/openwrt/source/tmp/2.15/
>
> Specifically: 300-builtin-expect-needed.patch
>
> The zic and thumb patches might also be helpful, but I don't know if
> we need 200-add-dl-search-paths.patch.
>
> -Bryan

http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=3857022a761ea7251f8e5c0e45d382ebc3e34cf9

This actually seems to be the right patch to backport. I'll test this
in a little bit after my 2_14 build is done.

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2 of 3] Add updated eglibc 2.15
  2012-03-02  1:30     ` Bryan Hundven
@ 2012-03-26 10:04       ` Florian Fainelli
  0 siblings, 0 replies; 7+ messages in thread
From: Florian Fainelli @ 2012-03-26 10:04 UTC (permalink / raw)
  To: Bryan Hundven; +Cc: crossgcc, Yann E. MORIN

Hello Brian, Yann,

----- Mail original -----
> On Thu, Mar 1, 2012 at 5:05 PM, Bryan Hundven
> <bryanhundven@gmail.com> wrote:
> > On Thu, Mar 1, 2012 at 3:41 PM, Bryan Hundven
> > <bryanhundven@gmail.com> wrote:
> >> # HG changeset patch
> >> # User "Bryan Hundven" <bryanhundven@gmail.com>
> >> # Date 1330644229 28800
> >> # Node ID 85ff80f395067f7b07dd2558f9c8a7357f18cbf9
> >> # Parent  cc5c8bd6c1a2cce7d4c009ef9a6f0895fa089699
> >> Add updated eglibc 2.15
> >>
> >> Signed-off-by: Bryan Hundven <bryanhundven@gmail.com>
> >>
> >> diff -r cc5c8bd6c1a2 -r 85ff80f39506 config/libc/eglibc.in
> >> --- a/config/libc/eglibc.in     Thu Mar 01 15:20:09 2012 -0800
> >> +++ b/config/libc/eglibc.in     Thu Mar 01 15:23:49 2012 -0800
> >> @@ -18,6 +18,12 @@
> >>  # Don't remove next line
> >>  # CT_INSERT_VERSION_BELOW
> >>
> >> +config LIBC_EGLIBC_V_2_15
> >> +    bool
> >> +    prompt "2_15"
> >> +    depends on EXPERIMENTAL
> >> +    select LIBC_EGLIBC_2_15_or_later
> >> +
> >>  config LIBC_EGLIBC_V_2_14
> >>     bool
> >>     prompt "2_14"
> >> @@ -83,6 +89,7 @@
> >>     string
> >>  # Don't remove next line
> >>  # CT_INSERT_VERSION_STRING_BELOW
> >> +    default "2_15" if LIBC_EGLIBC_V_2_15
> >>     default "2_14" if LIBC_EGLIBC_V_2_14
> >>     default "2_13" if LIBC_EGLIBC_V_2_13
> >>     default "2_12" if LIBC_EGLIBC_V_2_12
> >> @@ -95,6 +102,10 @@
> >>     default "2_5" if LIBC_EGLIBC_V_2_5
> >>     default "trunk" if LIBC_EGLIBC_V_TRUNK
> >>
> >> +config LIBC_EGLIBC_2_15_or_later
> >> +    bool
> >> +    select LIBC_EGLIBC_2_14_or_later
> >> +
> >>  config LIBC_EGLIBC_2_14_or_later
> >>     bool
> >>     select LIBC_EGLIBC_2_13_or_later
> >
> >
> > Hmm, the eglibc-2_15 branch seems to have some problems.
> > I found some patches to fix the problems I have here:
> > http://www.trustanywhere.com/download/public/openwrt/source/tmp/2.15/
> >
> > Specifically: 300-builtin-expect-needed.patch
> >
> > The zic and thumb patches might also be helpful, but I don't know
> > if
> > we need 200-add-dl-search-paths.patch.
> >
> > -Bryan
> 
> http://sourceware.org/git/?p=glibc.git;a=commitdiff;h=3857022a761ea7251f8e5c0e45d382ebc3e34cf9
> 
> This actually seems to be the right patch to backport. I'll test this
> in a little bit after my 2_14 build is done.

Yes, this patch is definitively needed to build eglibc 2.15. I have yet to test the two other patches that you mentionned.
--
Florian

--
For unsubscribe information see http://sourceware.org/lists.html#faq

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-03-26 10:04 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-03-01 23:41 [PATCH 0 of 3] Update gcc, eglibc, and kernel versions Bryan Hundven
2012-03-01 23:41 ` [PATCH 2 of 3] Add updated eglibc 2.15 Bryan Hundven
2012-03-02  1:05   ` Bryan Hundven
2012-03-02  1:30     ` Bryan Hundven
2012-03-26 10:04       ` Florian Fainelli
2012-03-01 23:41 ` [PATCH 1 of 3] Add updated gcc 4.6.3 Bryan Hundven
2012-03-01 23:41 ` [PATCH 3 of 3] Add updated kernel versions: 3.2.7 and 3.2.8 Bryan Hundven

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).