Browse Source

package/binutils: add depends for powerpc64le (only 2.24 works)

Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Cody P Schafer 11 years ago
parent
commit
89e934baab
1 changed files with 6 additions and 6 deletions
  1. 6 6
      package/binutils/Config.in.host

+ 6 - 6
package/binutils/Config.in.host

@@ -14,30 +14,30 @@ choice
 		bool "binutils 2.18-avr32-1.0.1"
 		bool "binutils 2.18-avr32-1.0.1"
 
 
 	config BR2_BINUTILS_VERSION_2_20_1
 	config BR2_BINUTILS_VERSION_2_20_1
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		depends on !BR2_ARM_EABIHF
 		depends on !BR2_ARM_EABIHF
 		bool "binutils 2.20.1"
 		bool "binutils 2.20.1"
 
 
 	config BR2_BINUTILS_VERSION_2_21
 	config BR2_BINUTILS_VERSION_2_21
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		depends on !BR2_ARM_EABIHF
 		depends on !BR2_ARM_EABIHF
 		bool "binutils 2.21"
 		bool "binutils 2.21"
 
 
 	config BR2_BINUTILS_VERSION_2_21_1
 	config BR2_BINUTILS_VERSION_2_21_1
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		depends on !BR2_ARM_EABIHF
 		depends on !BR2_ARM_EABIHF
 		bool "binutils 2.21.1"
 		bool "binutils 2.21.1"
 
 
 	config BR2_BINUTILS_VERSION_2_22
 	config BR2_BINUTILS_VERSION_2_22
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		bool "binutils 2.22"
 		bool "binutils 2.22"
 
 
 	config BR2_BINUTILS_VERSION_2_23_1
 	config BR2_BINUTILS_VERSION_2_23_1
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		bool "binutils 2.23.1"
 		bool "binutils 2.23.1"
 
 
 	config BR2_BINUTILS_VERSION_2_23_2
 	config BR2_BINUTILS_VERSION_2_23_2
-		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze
+		depends on !BR2_avr32 && !BR2_aarch64 && !BR2_microblaze && !BR2_powerpc64le
 		bool "binutils 2.23.2"
 		bool "binutils 2.23.2"
 
 
 	config BR2_BINUTILS_VERSION_2_24
 	config BR2_BINUTILS_VERSION_2_24