Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32
@ 2008-12-20 22:31 ulf at uclibc.org
  2008-12-23  9:55 ` Peter Korsgaard
  2009-01-02 21:55 ` Ulf Samuelsson
  0 siblings, 2 replies; 5+ messages in thread
From: ulf at uclibc.org @ 2008-12-20 22:31 UTC (permalink / raw)
  To: buildroot

Author: ulf
Date: 2008-12-20 22:31:02 +0000 (Sat, 20 Dec 2008)
New Revision: 24474

Log:
Add updated binutils-2.18 prepatched toolchain for AVR32

Added:
   trunk/buildroot/toolchain/binutils/ext_source/Atmel/avr32/2.18-avr32-1.0.1/

Modified:
   trunk/buildroot/toolchain/binutils/Config.in


Changeset:
Modified: trunk/buildroot/toolchain/binutils/Config.in
===================================================================
--- trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:27:56 UTC (rev 24473)
+++ trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:31:02 UTC (rev 24474)
@@ -10,7 +10,7 @@
 
 	config BR2_BINUTILS_VERSION_2_17
 		depends on BR2_avr32 || !BR2_nios2
-		depends on BR2_DEPRECATED
+		depends on BR2_DEPRECATED && !BR2_avr32
 		depends on BR2_EXT_BINUTILS_VERSION_2_17
 		bool "binutils 2.17"
 
@@ -20,7 +20,8 @@
 		bool "binutils 2.17.50.0.17"
 
 	config BR2_BINUTILS_VERSION_2_18
-		depends on !BR2_avr32 && !BR2_nios2
+		depends on !BR2_nios2
+		depends on BR2_EXT_BINUTILS_VERSION_2_18
 		bool "binutils 2.18"
 
 	config BR2_BINUTILS_VERSION_2_18_50_0_1

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

* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32
  2008-12-20 22:31 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32 ulf at uclibc.org
@ 2008-12-23  9:55 ` Peter Korsgaard
  2009-01-02 20:35   ` Peter Korsgaard
  2009-01-02 21:55 ` Ulf Samuelsson
  1 sibling, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2008-12-23  9:55 UTC (permalink / raw)
  To: buildroot

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:

Hi,

 ulf> Author: ulf
 ulf> Date: 2008-12-20 22:31:02 +0000 (Sat, 20 Dec 2008)
 ulf> New Revision: 24474

 ulf> Log:
 ulf> Add updated binutils-2.18 prepatched toolchain for AVR32

 ulf> Changeset:
 ulf> Modified: trunk/buildroot/toolchain/binutils/Config.in
 ulf> ===================================================================
 ulf> --- trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:27:56 UTC (rev 24473)
 ulf> +++ trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:31:02 UTC (rev 24474)
 ulf> @@ -10,7 +10,7 @@
 
 ulf>  	config BR2_BINUTILS_VERSION_2_17
 ulf>  		depends on BR2_avr32 || !BR2_nios2
 ulf> -		depends on BR2_DEPRECATED
 ulf> +		depends on BR2_DEPRECATED && !BR2_avr32

depends on BR2_avr32  + depends on !BR2_avr32?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32
  2008-12-23  9:55 ` Peter Korsgaard
@ 2009-01-02 20:35   ` Peter Korsgaard
  2009-01-02 21:50     ` Ulf Samuelsson
  0 siblings, 1 reply; 5+ messages in thread
From: Peter Korsgaard @ 2009-01-02 20:35 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:
 Peter> Hi,

 ulf> Author: ulf
 ulf> Date: 2008-12-20 22:31:02 +0000 (Sat, 20 Dec 2008)
 ulf> New Revision: 24474

 ulf> Log:
 ulf> Add updated binutils-2.18 prepatched toolchain for AVR32
 
 ulf> config BR2_BINUTILS_VERSION_2_17
 ulf> depends on BR2_avr32 || !BR2_nios2
 ulf> -		depends on BR2_DEPRECATED
 ulf> +		depends on BR2_DEPRECATED && !BR2_avr32

 Peter> depends on BR2_avr32  + depends on !BR2_avr32?

It's been 10 days now, so I'm fixing it up.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32
  2009-01-02 20:35   ` Peter Korsgaard
@ 2009-01-02 21:50     ` Ulf Samuelsson
  0 siblings, 0 replies; 5+ messages in thread
From: Ulf Samuelsson @ 2009-01-02 21:50 UTC (permalink / raw)
  To: buildroot



>>>>>> "Peter" == Peter Korsgaard <jacmet@uclibc.org> writes:
> 
>>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:
> Peter> Hi,
> 
> ulf> Author: ulf
> ulf> Date: 2008-12-20 22:31:02 +0000 (Sat, 20 Dec 2008)
> ulf> New Revision: 24474
> 
> ulf> Log:
> ulf> Add updated binutils-2.18 prepatched toolchain for AVR32
> 
> ulf> config BR2_BINUTILS_VERSION_2_17
> ulf> depends on BR2_avr32 || !BR2_nios2
> ulf> - depends on BR2_DEPRECATED
> ulf> + depends on BR2_DEPRECATED && !BR2_avr32
> 
> Peter> depends on BR2_avr32  + depends on !BR2_avr32?
> 

Previously it was deprecated for everything.
The intention was to de-deprecate it for the AVR32 but not for other archs.


> It's been 10 days now, so I'm fixing it up.
> 
> -- 
> Bye, Peter Korsgaard
>


Best Regards
Ulf Samuelsson

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

* [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32
  2008-12-20 22:31 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32 ulf at uclibc.org
  2008-12-23  9:55 ` Peter Korsgaard
@ 2009-01-02 21:55 ` Ulf Samuelsson
  1 sibling, 0 replies; 5+ messages in thread
From: Ulf Samuelsson @ 2009-01-02 21:55 UTC (permalink / raw)
  To: buildroot

l?r 2008-12-20 klockan 22:31 +0000 skrev ulf at uclibc.org:
> Author: ulf
> Date: 2008-12-20 22:31:02 +0000 (Sat, 20 Dec 2008)
> New Revision: 24474

That is not fixing the problem, it is breaking the AVR32 build
Pls do a real fix.

/Ulf

> Log:
> Add updated binutils-2.18 prepatched toolchain for AVR32
> 
> Added:
>    trunk/buildroot/toolchain/binutils/ext_source/Atmel/avr32/2.18-avr32-1.0.1/
> 
> Modified:
>    trunk/buildroot/toolchain/binutils/Config.in
> 
> 
> Changeset:
> Modified: trunk/buildroot/toolchain/binutils/Config.in
> ===================================================================
> --- trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:27:56 UTC (rev 24473)
> +++ trunk/buildroot/toolchain/binutils/Config.in	2008-12-20 22:31:02 UTC (rev 24474)
> @@ -10,7 +10,7 @@
>  
>  	config BR2_BINUTILS_VERSION_2_17
>  		depends on BR2_avr32 || !BR2_nios2
> -		depends on BR2_DEPRECATED
> +		depends on BR2_DEPRECATED && !BR2_avr32
>  		depends on BR2_EXT_BINUTILS_VERSION_2_17
>  		bool "binutils 2.17"
>  
> @@ -20,7 +20,8 @@
>  		bool "binutils 2.17.50.0.17"
>  
>  	config BR2_BINUTILS_VERSION_2_18
> -		depends on !BR2_avr32 && !BR2_nios2
> +		depends on !BR2_nios2
> +		depends on BR2_EXT_BINUTILS_VERSION_2_18
>  		bool "binutils 2.18"
>  
>  	config BR2_BINUTILS_VERSION_2_18_50_0_1
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

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

end of thread, other threads:[~2009-01-02 21:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-20 22:31 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils: ext_source/Atmel/avr32 ulf at uclibc.org
2008-12-23  9:55 ` Peter Korsgaard
2009-01-02 20:35   ` Peter Korsgaard
2009-01-02 21:50     ` Ulf Samuelsson
2009-01-02 21:55 ` Ulf Samuelsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox