From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain
Date: Sat, 29 Mar 2008 04:04:31 -0700 (PDT) [thread overview]
Message-ID: <20080329110431.5420D3C44D@busybox.net> (raw)
Author: ulf
Date: 2008-03-29 04:04:30 -0700 (Sat, 29 Mar 2008)
New Revision: 21549
Log:
Remove duplication of AVR32 toolchain
Modified:
trunk/buildroot/toolchain/Config.in
Changeset:
Modified: trunk/buildroot/toolchain/Config.in
===================================================================
--- trunk/buildroot/toolchain/Config.in 2008-03-29 07:40:35 UTC (rev 21548)
+++ trunk/buildroot/toolchain/Config.in 2008-03-29 11:04:30 UTC (rev 21549)
@@ -1,7 +1,8 @@
menu "Toolchain"
choice
prompt "Toolchain type"
- default BR2_TOOLCHAIN_BUILDROOT
+ default BR2_TOOLCHAIN_BUILDROOT if !BR2_avr32
+ default BR2_TOOLCHAIN_EXTERNAL_SOURCE if BR2_avr32
help
Select whether to use the toolchain provided by buildroot
or an external toolchain.
@@ -11,6 +12,7 @@
config BR2_TOOLCHAIN_BUILDROOT
bool "Buildroot toolchain"
+ depends on !BR2_avr32
config BR2_TOOLCHAIN_EXTERNAL
bool "External binary toolchain"
next reply other threads:[~2008-03-29 11:04 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-03-29 11:04 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-01-02 20:31 [Buildroot] svn commit: trunk/buildroot/toolchain jacmet at uclibc.org
2008-12-23 10:21 jacmet at uclibc.org
2008-06-16 7:15 jacmet at uclibc.org
2008-03-29 23:10 ulf at uclibc.org
2008-03-30 13:03 ` Peter Korsgaard
2008-03-30 23:39 ` Hamish Moffatt
2008-03-31 6:49 ` Peter Korsgaard
2008-03-13 17:10 ninevoltz at uclibc.org
2008-03-13 18:23 ` Peter Korsgaard
2008-03-13 18:28 ` John Voltz
2008-03-13 19:35 ` Peter Korsgaard
2008-03-13 20:39 ` John Voltz
2007-10-05 11:02 aldot at uclibc.org
2007-09-28 19:56 ulf at uclibc.org
2007-09-25 22:03 aldot at uclibc.org
2007-09-25 21:49 aldot at uclibc.org
2007-08-21 19:45 aldot at uclibc.org
2007-07-07 9:31 aldot at uclibc.org
2007-06-20 12:00 aldot at uclibc.org
2007-03-21 10:55 aldot at uclibc.org
2007-01-24 14:50 aldot at uclibc.org
2007-01-21 11:34 aldot at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080329110431.5420D3C44D@busybox.net \
--to=ulf@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox