@@ -30,8 +30,6 @@ config BR2_nios2
30
30
bool "nios2"
31
31
config BR2_powerpc
32
32
bool "powerpc"
33
- config BR2_s390
34
- bool "s390"
35
33
config BR2_sh
36
34
bool "superh"
37
35
config BR2_sh64
@@ -308,25 +306,6 @@ config BR2_alpha_21264a
308
306
bool "21264a"
309
307
endchoice
310
308
311
- choice
312
- prompt "Target Architecture Variant"
313
- depends on BR2_s390
314
- default BR2_s390_g5
315
- help
316
- Specific CPU variant to use
317
-
318
- config BR2_s390_g5
319
- bool "g5"
320
- config BR2_s390_g6
321
- bool "g6"
322
- config BR2_s390_z900
323
- bool "z900"
324
- config BR2_s390_z990
325
- bool "z990"
326
- config BR2_s390_z9_109
327
- bool "z9_109"
328
- endchoice
329
-
330
309
choice
331
310
prompt "Target Architecture Variant"
332
311
depends on BR2_sparc
@@ -497,8 +476,6 @@ config BR2_ARCH
497
476
default "mipsel" if BR2_mipsel
498
477
default "nios2" if BR2_nios2
499
478
default "powerpc" if BR2_powerpc
500
- default "s390" if BR2_s390
501
- default "s390" if BR2_s390x
502
479
default "sh2a_nofpueb" if BR2_sh2a_nofpueb
503
480
default "sh2eb" if BR2_sh2eb
504
481
default "sh3" if BR2_sh3
@@ -646,11 +623,6 @@ config BR2_GCC_TARGET_TUNE
646
623
default ultrasparc if BR2_sparc_ultrasparc || BR2_sparc64_ultrasparc
647
624
default ultrasparc3 if BR2_sparc_ultrasparc3 || BR2_sparc64_ultrasparc3
648
625
default niagara if BR2_sparc_niagara || BR2_sparc64_niagara
649
- default g5 if BR2_s390_g5
650
- default g6 if BR2_s390_g6
651
- default z900 if BR2_s390_z900
652
- default z990 if BR2_s390_z990
653
- default z9-109 if BR2_s390_z9_109
654
626
655
627
config BR2_GCC_TARGET_ARCH
656
628
string
@@ -690,11 +662,6 @@ config BR2_GCC_TARGET_ARCH
690
662
default 68030 if BR2_m68k_68030
691
663
default 68040 if BR2_m68k_68040
692
664
default 68060 if BR2_m68k_68060
693
- default g5 if BR2_s390_g5
694
- default g6 if BR2_s390_g6
695
- default z900 if BR2_s390_z900
696
- default z990 if BR2_s390_z990
697
- default z9-109 if BR2_s390_z9_109
698
665
699
666
config BR2_GCC_TARGET_ABI
700
667
string
0 commit comments