Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] AVR32 support during ./configure
@ 2007-01-28 15:24 Ulf Samuelsson
  2007-01-28 15:27 ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Ulf Samuelsson @ 2007-01-28 15:24 UTC (permalink / raw)
  To: buildroot

Author:	Ulf Samuelsson
Date:	2007-01-28

Log:
Support AVR32 during GNU configuration

Modified:
	package/gnuconfig/config.sub

Changeset
	package/gnuconfig/config.sub

diff -urN buildroot-0rig/package/gnuconfig/config.sub
buildroot-atmel/package/gnuconfig/config.sub
--- buildroot-0rig/package/gnuconfig/config.sub	2007-01-24
21:57:15.000000000 +0100
+++ buildroot-atmel/package/gnuconfig/config.sub	2007-01-24
22:01:20.000000000 +0100
@@ -241,7 +241,7 @@
 	| alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
 	| alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] |
alpha64pca5[67] \
 	| am33_2.0 \
-	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
+	| arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr |
avr32 \
 	| bfin \
 	| c4x | clipper \
 	| d10v | d30v | dlx | dsp16xx | dvp \
@@ -319,7 +319,7 @@
 	| alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
 	| alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
 	| arm-*  | armbe-* | armle-* | armeb-* | armv*-* \
-	| avr-* \
+	| avr-* | avr32-* \
 	| bfin-* | bs2000-* \
 	| c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
 	| clipper-* | craynv-* | cydra-* \

-------------- next part --------------
A non-text attachment was scrubbed...
Name: package_gnuconfig_config.sub.patch
Type: text/x-patch
Size: 1202 bytes
Desc: not available
Url : http://busybox.net/lists/buildroot/attachments/20070128/1aed7d3e/attachment.bin 

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

* [Buildroot] AVR32 support during ./configure
  2007-01-28 15:24 [Buildroot] AVR32 support during ./configure Ulf Samuelsson
@ 2007-01-28 15:27 ` Bernhard Fischer
  2007-01-28 15:37   ` Bernhard Fischer
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2007-01-28 15:27 UTC (permalink / raw)
  To: buildroot

On Sun, Jan 28, 2007 at 04:24:02PM +0100, Ulf Samuelsson wrote:
>Author:	Ulf Samuelsson
>Date:	2007-01-28
>
>Log:
>Support AVR32 during GNU configuration

Merged. Thanks

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

* [Buildroot] AVR32 support during ./configure
  2007-01-28 15:27 ` Bernhard Fischer
@ 2007-01-28 15:37   ` Bernhard Fischer
  2007-01-28 17:45     ` Ulf Samuelsson
  0 siblings, 1 reply; 4+ messages in thread
From: Bernhard Fischer @ 2007-01-28 15:37 UTC (permalink / raw)
  To: buildroot

On Sun, Jan 28, 2007 at 04:27:34PM +0100, Bernhard Fischer wrote:
>On Sun, Jan 28, 2007 at 04:24:02PM +0100, Ulf Samuelsson wrote:
>>Author:	Ulf Samuelsson
>>Date:	2007-01-28
>>
>>Log:
>>Support AVR32 during GNU configuration
>
>Merged. Thanks

You need to make sure that packages pick this up as well, don't you?
$(FOO_DIR)/.configured:
	(cd $(@D) ; rm -rf config.cache ; \
	 $(CONFIG_UPDATE); \
	 ./configure ... \

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

* [Buildroot] AVR32 support during ./configure
  2007-01-28 15:37   ` Bernhard Fischer
@ 2007-01-28 17:45     ` Ulf Samuelsson
  0 siblings, 0 replies; 4+ messages in thread
From: Ulf Samuelsson @ 2007-01-28 17:45 UTC (permalink / raw)
  To: buildroot

> On Sun, Jan 28, 2007 at 04:27:34PM +0100, Bernhard Fischer wrote:
>>On Sun, Jan 28, 2007 at 04:24:02PM +0100, Ulf Samuelsson wrote:
>>>Author: Ulf Samuelsson
>>>Date: 2007-01-28
>>>
>>>Log:
>>>Support AVR32 during GNU configuration
>>
>>Merged. Thanks
> 
> You need to make sure that packages pick this up as well, don't you?
> $(FOO_DIR)/.configured:
> (cd $(@D) ; rm -rf config.cache ; \
> $(CONFIG_UPDATE); \
> ./configure ... \
> 
>

Rome was not built in a day ;-)
For the moment, you can only build a few packages but
this patch seemed to make it easier to continue.

Best Regards
Ulf Samuelsson                ulf at atmel.com

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

end of thread, other threads:[~2007-01-28 17:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-28 15:24 [Buildroot] AVR32 support during ./configure Ulf Samuelsson
2007-01-28 15:27 ` Bernhard Fischer
2007-01-28 15:37   ` Bernhard Fischer
2007-01-28 17:45     ` Ulf Samuelsson

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