File tree Expand file tree Collapse file tree 10 files changed +14
-26
lines changed
toolchain/toolchain-buildroot Expand file tree Collapse file tree 10 files changed +14
-26
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ BR2_i386=y
15
15
# BR2_nios2 is not set
16
16
# BR2_powerpc is not set
17
17
# BR2_sh is not set
18
- # BR2_sh64 is not set
19
18
# BR2_sparc is not set
20
19
# BR2_sparc64 is not set
21
20
# BR2_x86_64 is not set
Original file line number Diff line number Diff line change @@ -197,16 +197,6 @@ config BR2_sh
197
197
http://www.hitachi.com/
198
198
http://en.wikipedia.org/wiki/SuperH
199
199
200
- config BR2_sh64
201
- bool "SuperH64"
202
- depends on BR2_DEPRECATED_SINCE_2015_05
203
- select BR2_ARCH_HAS_MMU_MANDATORY
204
- help
205
- SuperH64 (or SH) is a 64-bit reduced instruction set computer (RISC)
206
- instruction set architecture (ISA) developed by Hitachi.
207
- http://www.hitachi.com/
208
- http://en.wikipedia.org/wiki/SuperH
209
-
210
200
config BR2_sparc
211
201
bool "SPARC"
212
202
select BR2_ARCH_HAS_MMU_MANDATORY
@@ -396,7 +386,7 @@ if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
396
386
source "arch/Config.in.powerpc"
397
387
endif
398
388
399
- if BR2_sh || BR2_sh64
389
+ if BR2_sh
400
390
source "arch/Config.in.sh"
401
391
endif
402
392
Original file line number Diff line number Diff line change @@ -23,8 +23,7 @@ config BR2_ARCH
23
23
default " sh4eb" if BR2_sh4eb
24
24
default " sh4a" if BR2_sh4a
25
25
default " sh4aeb" if BR2_sh4aeb
26
- default " sh64" if BR2_sh64
27
26
28
27
config BR2_ENDIAN
29
- default " LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64
28
+ default " LITTLE" if BR2_sh4 || BR2_sh4a
30
29
default " BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ config BR2_LINUX_KERNEL_UIMAGE
179
179
bool "uImage"
180
180
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
181
181
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
182
- BR2_sh || BR2_sh64 || BR2_mips || BR2_mipsel || \
182
+ BR2_sh || BR2_mips || BR2_mipsel || \
183
183
BR2_mips64 || BR2_mips64el
184
184
select BR2_LINUX_KERNEL_UBOOT_IMAGE
185
185
@@ -198,7 +198,7 @@ config BR2_LINUX_KERNEL_ZIMAGE
198
198
bool "zImage"
199
199
depends on BR2_arm || BR2_armeb || BR2_powerpc || \
200
200
BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \
201
- BR2_sh || BR2_sh64 || BR2_xtensa
201
+ BR2_sh || BR2_xtensa
202
202
203
203
config BR2_LINUX_KERNEL_ZIMAGE_EPAPR
204
204
bool "zImage.epapr"
@@ -235,7 +235,7 @@ config BR2_LINUX_KERNEL_LINUX_BIN
235
235
236
236
config BR2_LINUX_KERNEL_VMLINUX_BIN
237
237
bool "vmlinux.bin"
238
- depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
238
+ depends on BR2_mips || BR2_mipsel || BR2_sh
239
239
240
240
config BR2_LINUX_KERNEL_VMLINUX
241
241
bool "vmlinux"
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ config BR2_PACKAGE_FDK_AAC
4
4
# These are the architectures supported by FDK AAC
5
5
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
6
6
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
7
- BR2_powerpc || BR2_sh || BR2_sh64
7
+ BR2_powerpc || BR2_sh
8
8
9
9
help
10
10
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
@@ -17,4 +17,4 @@ comment "fdk-aac needs a toolchain w/ C++"
17
17
depends on !BR2_INSTALL_LIBSTDCPP
18
18
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
19
19
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
20
- BR2_powerpc || BR2_sh || BR2_sh64
20
+ BR2_powerpc || BR2_sh
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ config BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS
4
4
default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_m68k || \
5
5
BR2_mips || BR2_mipsel || BR2_mips64 || \
6
6
BR2_mips64el || BR2_powerpc || BR2_powerpc64 || \
7
- BR2_powerpc64le || BR2_sh || BR2_sh64 || BR2_x86_64
7
+ BR2_powerpc64le || BR2_sh || BR2_x86_64
8
8
9
9
config BR2_PACKAGE_GAUCHE
10
10
bool "gauche"
Original file line number Diff line number Diff line change @@ -40,10 +40,10 @@ config BR2_PACKAGE_GDB_DEBUGGER
40
40
bool "full debugger"
41
41
select BR2_PACKAGE_NCURSES
42
42
depends on BR2_USE_WCHAR
43
- depends on !BR2_sh && !BR2_sh64 && ! BR2_microblaze
43
+ depends on !BR2_sh && !BR2_microblaze
44
44
45
45
comment "full gdb on target needs a toolchain w/ wchar"
46
- depends on !BR2_sh && !BR2_sh64 && ! BR2_microblaze
46
+ depends on !BR2_sh && !BR2_microblaze
47
47
depends on !BR2_USE_WCHAR
48
48
49
49
if BR2_PACKAGE_GDB_DEBUGGER
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
12
12
default y if BR2_TOOLCHAIN_USES_GLIBC && \
13
13
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
14
14
BR2_mips || BR2_mipsel || BR2_mips64 || \
15
- BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64)
15
+ BR2_mips64el || BR2_powerpc || BR2_sh || BR2_i386 || BR2_x86_64)
16
16
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
17
17
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
18
18
BR2_i386 || BR2_mips || BR2_mipsel || \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUBY_CFLAGS = $(TARGET_CFLAGS)
24
24
# With some SuperH toolchains (like Sourcery CodeBench 2012.09), ruby fails to
25
25
# build with 'pcrel too far'. This seems to be caused by the -Os option we pass
26
26
# by default. To fix the problem, use standard -O2 optimization instead.
27
- ifeq ($(BR2_sh )$( BR2_sh64 ) ,y)
27
+ ifeq ($(BR2_sh ) ,y)
28
28
RUBY_CFLAGS += -O2
29
29
endif
30
30
RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS ) "
Original file line number Diff line number Diff line change @@ -48,8 +48,8 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
48
48
BR2_aarch64_be || BR2_i386 || BR2_mips || \
49
49
BR2_mipsel || BR2_mips64 || BR2_mips64el|| \
50
50
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
51
- BR2_sh || BR2_sh64 || BR2_sparc64 || \
52
- BR2_x86_64 || BR2_microblaze || BR2_nios2
51
+ BR2_sh || BR2_sparc64 || BR2_x86_64 || \
52
+ BR2_microblaze || BR2_nios2
53
53
depends on BR2_USE_MMU
54
54
depends on !BR2_STATIC_LIBS
55
55
depends on !BR2_powerpc_SPE
You can’t perform that action at this time.
0 commit comments