From: ulf at uclibc.org <ulf@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/toolchain/binutils
Date: Fri, 17 Aug 2007 16:06:26 -0700 (PDT) [thread overview]
Message-ID: <20070817230626.8D59FA4600@busybox.net> (raw)
Author: ulf
Date: 2007-08-17 16:06:25 -0700 (Fri, 17 Aug 2007)
New Revision: 19551
Log:
Add binutils dependencies on AVR32
Modified:
trunk/buildroot/toolchain/binutils/Config.in
Changeset:
Modified: trunk/buildroot/toolchain/binutils/Config.in
===================================================================
--- trunk/buildroot/toolchain/binutils/Config.in 2007-08-17 19:21:12 UTC (rev 19550)
+++ trunk/buildroot/toolchain/binutils/Config.in 2007-08-17 23:06:25 UTC (rev 19551)
@@ -9,35 +9,35 @@
Select the version of binutils you wish to use.
config BR2_BINUTILS_VERSION_2_14_90_0_8
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.14.90.0.8"
config BR2_BINUTILS_VERSION_2_15
- depends BR2_DEPRECATED
+ depends !BR2_avr32 && BR2_DEPRECATED
bool "binutils 2.15"
config BR2_BINUTILS_VERSION_2_15_94_0_2_2
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.15.94.0.2.2"
config BR2_BINUTILS_VERSION_2_16_1
- depends !BR2_nios2
+ depends !BR2_avr32 && !BR2_nios2
bool "binutils 2.16.1"
config BR2_BINUTILS_VERSION_2_16_90_0_3
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.16.90.0.3"
config BR2_BINUTILS_VERSION_2_16_91_0_5
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.16.91.0.5"
config BR2_BINUTILS_VERSION_2_16_91_0_6
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.16.91.0.6"
config BR2_BINUTILS_VERSION_2_16_91_0_7
- depends !BR2_nios2
+ depends !BR2_avr32 && !BR2_nios2
bool "binutils 2.16.91.0.7"
config BR2_BINUTILS_VERSION_2_17
@@ -45,55 +45,55 @@
bool "binutils 2.17"
config BR2_BINUTILS_VERSION_2_17_50_0_2
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.2"
config BR2_BINUTILS_VERSION_2_17_50_0_3
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.3"
config BR2_BINUTILS_VERSION_2_17_50_0_4
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.4"
config BR2_BINUTILS_VERSION_2_17_50_0_5
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.5"
config BR2_BINUTILS_VERSION_2_17_50_0_6
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.6"
config BR2_BINUTILS_VERSION_2_17_50_0_7
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.7"
config BR2_BINUTILS_VERSION_2_17_50_0_8
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.8"
config BR2_BINUTILS_VERSION_2_17_50_0_9
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.9"
config BR2_BINUTILS_VERSION_2_17_50_0_10
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.10"
config BR2_BINUTILS_VERSION_2_17_50_0_12
- depends !BR2_nios2
+ depends !BR2_avr32 && !BR2_nios2
bool "binutils 2.17.50.0.12"
config BR2_BINUTILS_VERSION_2_17_50_0_14
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.14"
config BR2_BINUTILS_VERSION_2_17_50_0_16
- depends !BR2_nios2 && BR2_DEPRECATED
+ depends !BR2_avr32 && !BR2_nios2 && BR2_DEPRECATED
bool "binutils 2.17.50.0.16"
config BR2_BINUTILS_VERSION_2_17_50_0_17
- depends !BR2_nios2
+ depends !BR2_avr32 && !BR2_nios2
bool "binutils 2.17.50.0.17"
endchoice
next reply other threads:[~2007-08-17 23:06 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-08-17 23:06 ulf at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2009-03-05 13:40 [Buildroot] svn commit: trunk/buildroot/toolchain/binutils jacmet at uclibc.org
2009-03-03 22:09 jacmet at uclibc.org
2009-03-03 22:09 jacmet at uclibc.org
2009-03-06 17:56 ` Thiago A. Corrêa
2009-03-06 21:21 ` Peter Korsgaard
2009-03-08 2:20 ` Thiago A. Corrêa
2009-03-09 5:58 ` Hans-Christian Egtvedt
2009-03-09 8:00 ` Peter Korsgaard
2009-03-09 8:09 ` Hans-Christian Egtvedt
2009-03-09 8:24 ` Peter Korsgaard
2009-03-09 8:37 ` Hans-Christian Egtvedt
2009-02-10 15:48 jacmet at uclibc.org
2009-01-03 16:24 ulf at uclibc.org
2009-01-03 1:06 ulf at uclibc.org
2009-01-03 0:59 ulf at uclibc.org
2009-01-03 15:05 ` Nigel Kukard
2009-01-03 15:02 ` Ulf Samuelsson
2009-01-03 15:15 ` Ulf Samuelsson
2009-01-02 20:30 jacmet at uclibc.org
2008-12-18 16:52 jacmet at uclibc.org
2008-12-09 11:38 egtvedt at uclibc.org
2008-12-09 10:41 Hans-Christian Egtvedt
2008-12-09 10:09 egtvedt at uclibc.org
2008-12-09 10:23 ` Bernhard Reutner-Fischer
2008-12-09 10:30 ` Hans-Christian Egtvedt
2008-12-09 10:33 ` Bernhard Reutner-Fischer
2008-12-09 11:35 ` Hans-Christian Egtvedt
2008-12-05 15:27 jacmet at uclibc.org
2008-12-05 15:27 jacmet at uclibc.org
2008-03-11 15:49 ninevoltz at uclibc.org
2008-03-11 15:54 ` Nigel Kukard
[not found] ` <46a136670803110914l7cf179c6m5c866f53b4963bbf@mail.gmail.com>
2008-03-11 16:42 ` Nigel Kukard
2007-09-17 12:42 ulf at uclibc.org
2007-09-17 11:19 aldot at uclibc.org
2007-09-01 16:37 aldot at uclibc.org
2007-08-22 9:22 aldot at uclibc.org
2007-08-20 13:00 aldot at uclibc.org
2007-08-20 14:52 ` Ulf Samuelsson
2007-08-20 18:18 ` Cristian Ionescu-Idbohrn
2007-08-21 13:32 ` Bernhard Fischer
2007-08-21 13:48 ` Thiago A. Corrêa
2007-05-15 11:28 aldot at uclibc.org
2007-01-28 16:38 aldot at uclibc.org
2007-01-16 13:24 aldot at uclibc.org
2006-12-13 23:18 aldot at uclibc.org
2006-12-13 19:55 aldot at uclibc.org
2006-12-02 19:02 vapier at uclibc.org
2006-10-21 5:34 vapier at uclibc.org
2006-09-27 22:48 vapier at uclibc.org
2006-09-27 22:44 vapier at uclibc.org
2006-08-24 3:40 vapier 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=20070817230626.8D59FA4600@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