arch: remove support for sh64
It's been deprecated for quite some time now. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
524b6b8559
commit
4338a319b7
@ -15,7 +15,6 @@ BR2_i386=y
|
|||||||
# BR2_nios2 is not set
|
# BR2_nios2 is not set
|
||||||
# BR2_powerpc is not set
|
# BR2_powerpc is not set
|
||||||
# BR2_sh is not set
|
# BR2_sh is not set
|
||||||
# BR2_sh64 is not set
|
|
||||||
# BR2_sparc is not set
|
# BR2_sparc is not set
|
||||||
# BR2_sparc64 is not set
|
# BR2_sparc64 is not set
|
||||||
# BR2_x86_64 is not set
|
# BR2_x86_64 is not set
|
||||||
|
@ -197,16 +197,6 @@ config BR2_sh
|
|||||||
http://www.hitachi.com/
|
http://www.hitachi.com/
|
||||||
http://en.wikipedia.org/wiki/SuperH
|
http://en.wikipedia.org/wiki/SuperH
|
||||||
|
|
||||||
config BR2_sh64
|
|
||||||
bool "SuperH64"
|
|
||||||
depends on BR2_DEPRECATED_SINCE_2015_05
|
|
||||||
select BR2_ARCH_HAS_MMU_MANDATORY
|
|
||||||
help
|
|
||||||
SuperH64 (or SH) is a 64-bit reduced instruction set computer (RISC)
|
|
||||||
instruction set architecture (ISA) developed by Hitachi.
|
|
||||||
http://www.hitachi.com/
|
|
||||||
http://en.wikipedia.org/wiki/SuperH
|
|
||||||
|
|
||||||
config BR2_sparc
|
config BR2_sparc
|
||||||
bool "SPARC"
|
bool "SPARC"
|
||||||
select BR2_ARCH_HAS_MMU_MANDATORY
|
select BR2_ARCH_HAS_MMU_MANDATORY
|
||||||
@ -396,7 +386,7 @@ if BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le
|
|||||||
source "arch/Config.in.powerpc"
|
source "arch/Config.in.powerpc"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if BR2_sh || BR2_sh64
|
if BR2_sh
|
||||||
source "arch/Config.in.sh"
|
source "arch/Config.in.sh"
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
@ -23,8 +23,7 @@ config BR2_ARCH
|
|||||||
default "sh4eb" if BR2_sh4eb
|
default "sh4eb" if BR2_sh4eb
|
||||||
default "sh4a" if BR2_sh4a
|
default "sh4a" if BR2_sh4a
|
||||||
default "sh4aeb" if BR2_sh4aeb
|
default "sh4aeb" if BR2_sh4aeb
|
||||||
default "sh64" if BR2_sh64
|
|
||||||
|
|
||||||
config BR2_ENDIAN
|
config BR2_ENDIAN
|
||||||
default "LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64
|
default "LITTLE" if BR2_sh4 || BR2_sh4a
|
||||||
default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
|
default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
|
||||||
|
@ -179,7 +179,7 @@ config BR2_LINUX_KERNEL_UIMAGE
|
|||||||
bool "uImage"
|
bool "uImage"
|
||||||
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
|
depends on BR2_arc || BR2_arm || BR2_armeb || BR2_bfin || \
|
||||||
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
||||||
BR2_sh || BR2_sh64 || BR2_mips || BR2_mipsel || \
|
BR2_sh || BR2_mips || BR2_mipsel || \
|
||||||
BR2_mips64 || BR2_mips64el
|
BR2_mips64 || BR2_mips64el
|
||||||
select BR2_LINUX_KERNEL_UBOOT_IMAGE
|
select BR2_LINUX_KERNEL_UBOOT_IMAGE
|
||||||
|
|
||||||
@ -198,7 +198,7 @@ config BR2_LINUX_KERNEL_ZIMAGE
|
|||||||
bool "zImage"
|
bool "zImage"
|
||||||
depends on BR2_arm || BR2_armeb || BR2_powerpc || \
|
depends on BR2_arm || BR2_armeb || BR2_powerpc || \
|
||||||
BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \
|
BR2_powerpc64 || BR2_powerpc64le || BR2_sparc || \
|
||||||
BR2_sh || BR2_sh64 || BR2_xtensa
|
BR2_sh || BR2_xtensa
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_ZIMAGE_EPAPR
|
config BR2_LINUX_KERNEL_ZIMAGE_EPAPR
|
||||||
bool "zImage.epapr"
|
bool "zImage.epapr"
|
||||||
@ -235,7 +235,7 @@ config BR2_LINUX_KERNEL_LINUX_BIN
|
|||||||
|
|
||||||
config BR2_LINUX_KERNEL_VMLINUX_BIN
|
config BR2_LINUX_KERNEL_VMLINUX_BIN
|
||||||
bool "vmlinux.bin"
|
bool "vmlinux.bin"
|
||||||
depends on BR2_mips || BR2_mipsel || BR2_sh || BR2_sh64
|
depends on BR2_mips || BR2_mipsel || BR2_sh
|
||||||
|
|
||||||
config BR2_LINUX_KERNEL_VMLINUX
|
config BR2_LINUX_KERNEL_VMLINUX
|
||||||
bool "vmlinux"
|
bool "vmlinux"
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_FDK_AAC
|
|||||||
# These are the architectures supported by FDK AAC
|
# These are the architectures supported by FDK AAC
|
||||||
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
||||||
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
||||||
BR2_powerpc || BR2_sh || BR2_sh64
|
BR2_powerpc || BR2_sh
|
||||||
|
|
||||||
help
|
help
|
||||||
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
|
The Fraunhofer FDK AAC Codec Library for Android ("FDK AAC Codec")
|
||||||
@ -17,4 +17,4 @@ comment "fdk-aac needs a toolchain w/ C++"
|
|||||||
depends on !BR2_INSTALL_LIBSTDCPP
|
depends on !BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
depends on BR2_i386 || BR2_x86_64 || BR2_arm || BR2_armeb || \
|
||||||
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el || \
|
||||||
BR2_powerpc || BR2_sh || BR2_sh64
|
BR2_powerpc || BR2_sh
|
||||||
|
@ -4,7 +4,7 @@ config BR2_PACKAGE_GAUCHE_ARCH_SUPPORTS
|
|||||||
default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_m68k || \
|
default y if BR2_arm || BR2_armeb || BR2_i386 || BR2_m68k || \
|
||||||
BR2_mips || BR2_mipsel || BR2_mips64 || \
|
BR2_mips || BR2_mipsel || BR2_mips64 || \
|
||||||
BR2_mips64el || BR2_powerpc || BR2_powerpc64 || \
|
BR2_mips64el || BR2_powerpc || BR2_powerpc64 || \
|
||||||
BR2_powerpc64le || BR2_sh || BR2_sh64 || BR2_x86_64
|
BR2_powerpc64le || BR2_sh || BR2_x86_64
|
||||||
|
|
||||||
config BR2_PACKAGE_GAUCHE
|
config BR2_PACKAGE_GAUCHE
|
||||||
bool "gauche"
|
bool "gauche"
|
||||||
|
@ -40,10 +40,10 @@ config BR2_PACKAGE_GDB_DEBUGGER
|
|||||||
bool "full debugger"
|
bool "full debugger"
|
||||||
select BR2_PACKAGE_NCURSES
|
select BR2_PACKAGE_NCURSES
|
||||||
depends on BR2_USE_WCHAR
|
depends on BR2_USE_WCHAR
|
||||||
depends on !BR2_sh && !BR2_sh64 && !BR2_microblaze
|
depends on !BR2_sh && !BR2_microblaze
|
||||||
|
|
||||||
comment "full gdb on target needs a toolchain w/ wchar"
|
comment "full gdb on target needs a toolchain w/ wchar"
|
||||||
depends on !BR2_sh && !BR2_sh64 && !BR2_microblaze
|
depends on !BR2_sh && !BR2_microblaze
|
||||||
depends on !BR2_USE_WCHAR
|
depends on !BR2_USE_WCHAR
|
||||||
|
|
||||||
if BR2_PACKAGE_GDB_DEBUGGER
|
if BR2_PACKAGE_GDB_DEBUGGER
|
||||||
|
@ -12,7 +12,7 @@ config BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
|
|||||||
default y if BR2_TOOLCHAIN_USES_GLIBC && \
|
default y if BR2_TOOLCHAIN_USES_GLIBC && \
|
||||||
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
|
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
|
||||||
BR2_mips || BR2_mipsel || BR2_mips64 || \
|
BR2_mips || BR2_mipsel || BR2_mips64 || \
|
||||||
BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64)
|
BR2_mips64el || BR2_powerpc || BR2_sh || BR2_i386 || BR2_x86_64)
|
||||||
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
|
default y if BR2_TOOLCHAIN_USES_UCLIBC && \
|
||||||
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
|
(((BR2_arm || BR2_armeb) && BR2_ARM_CPU_HAS_ARM) || \
|
||||||
BR2_i386 || BR2_mips || BR2_mipsel || \
|
BR2_i386 || BR2_mips || BR2_mipsel || \
|
||||||
|
@ -24,7 +24,7 @@ RUBY_CFLAGS = $(TARGET_CFLAGS)
|
|||||||
# With some SuperH toolchains (like Sourcery CodeBench 2012.09), ruby fails to
|
# With some SuperH toolchains (like Sourcery CodeBench 2012.09), ruby fails to
|
||||||
# build with 'pcrel too far'. This seems to be caused by the -Os option we pass
|
# build with 'pcrel too far'. This seems to be caused by the -Os option we pass
|
||||||
# by default. To fix the problem, use standard -O2 optimization instead.
|
# by default. To fix the problem, use standard -O2 optimization instead.
|
||||||
ifeq ($(BR2_sh)$(BR2_sh64),y)
|
ifeq ($(BR2_sh),y)
|
||||||
RUBY_CFLAGS += -O2
|
RUBY_CFLAGS += -O2
|
||||||
endif
|
endif
|
||||||
RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
|
RUBY_CONF_ENV = CFLAGS="$(RUBY_CFLAGS)"
|
||||||
|
@ -48,8 +48,8 @@ config BR2_TOOLCHAIN_BUILDROOT_GLIBC
|
|||||||
BR2_aarch64_be || BR2_i386 || BR2_mips || \
|
BR2_aarch64_be || BR2_i386 || BR2_mips || \
|
||||||
BR2_mipsel || BR2_mips64 || BR2_mips64el|| \
|
BR2_mipsel || BR2_mips64 || BR2_mips64el|| \
|
||||||
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || \
|
||||||
BR2_sh || BR2_sh64 || BR2_sparc64 || \
|
BR2_sh || BR2_sparc64 || BR2_x86_64 || \
|
||||||
BR2_x86_64 || BR2_microblaze || BR2_nios2
|
BR2_microblaze || BR2_nios2
|
||||||
depends on BR2_USE_MMU
|
depends on BR2_USE_MMU
|
||||||
depends on !BR2_STATIC_LIBS
|
depends on !BR2_STATIC_LIBS
|
||||||
depends on !BR2_powerpc_SPE
|
depends on !BR2_powerpc_SPE
|
||||||
|
Loading…
Reference in New Issue
Block a user