binutils: exclude binutils versions that don't support EABIhf
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 16 Jul 2013 08:03:15 +0000 (10:03 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Tue, 16 Jul 2013 13:07:07 +0000 (15:07 +0200)
The ARM EABIhf support was introduced in Binutils 2.22, so earlier
versions should not be selected when EABIhf is used.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/binutils/Config.in.host

index 3d687fe74536b7ad4e54509fd94d1175edf8c1eb..9ddaed7dd82d1cc03c3203391bb11835d471a7b7 100644 (file)
@@ -14,14 +14,17 @@ choice
 
        config BR2_BINUTILS_VERSION_2_20_1
                depends on !BR2_avr32
+               depends on !BR2_ARM_EABIHF
                bool "binutils 2.20.1"
 
        config BR2_BINUTILS_VERSION_2_21
                depends on !BR2_avr32
+               depends on !BR2_ARM_EABIHF
                bool "binutils 2.21"
 
        config BR2_BINUTILS_VERSION_2_21_1
                depends on !BR2_avr32
+               depends on !BR2_ARM_EABIHF
                bool "binutils 2.21.1"
 
        config BR2_BINUTILS_VERSION_2_22