diff options
author | Niels Penneman <niels@penneman.org> | 2014-01-03 10:49:02 +0100 |
---|---|---|
committer | Niels Penneman <niels@penneman.org> | 2014-01-03 10:49:02 +0100 |
commit | 23e393f2ecb8125e365fcb3eabcd6a0ead454a15 (patch) | |
tree | dc223dc22c08d9f487d218c540ff09fd65492e30 /config/binutils | |
parent | c1a327fc0b76c46084149e964ff0ab256f20d6ef (diff) | |
download | crosstool-ng-23e393f2ecb8125e365fcb3eabcd6a0ead454a15.tar.gz crosstool-ng-23e393f2ecb8125e365fcb3eabcd6a0ead454a15.tar.bz2 crosstool-ng-23e393f2ecb8125e365fcb3eabcd6a0ead454a15.zip |
binutils/binutils: 2.24 is 2_24_or_later and experimental
Signed-off-by: Niels Penneman <niels@penneman.org>
Message-Id: <8cc1deb25227cd5c33c8.1388742700@i7sb.local>
Patchwork-Id: 306519
Diffstat (limited to 'config/binutils')
-rw-r--r-- | config/binutils/binutils.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/binutils/binutils.in b/config/binutils/binutils.in index 64ce3895..e007e3cf 100644 --- a/config/binutils/binutils.in +++ b/config/binutils/binutils.in @@ -10,7 +10,9 @@ choice config BINUTILS_V_2_24 bool - prompt "2.24" + prompt "2.24 (EXPERIMENTAL)" + depends on EXPERIMENTAL + select BINUTILS_2_24_or_later config BINUTILS_V_2_23_2 bool |