From eafa0d0ce73ddefee7d1af4b7f7cf97041d1d52c Mon Sep 17 00:00:00 2001 From: Johann Date: Thu, 20 Nov 2014 17:08:11 -0800 Subject: [PATCH] Remove armv5te target All the assembly code has been removed, the tests no longer check for the target, and android and chrome do not use the targets. Change-Id: I193993f7b2b0bd6478453402f573ce3606e04e8d --- README | 4 ---- build/make/configure.sh | 3 --- configure | 4 ---- 3 files changed, 11 deletions(-) diff --git a/README b/README index 6f864d859..584a34437 100644 --- a/README +++ b/README @@ -47,10 +47,6 @@ COMPILING THE APPLICATIONS/LIBRARIES: --help output of the configure script. As of this writing, the list of available targets is: - armv5te-android-gcc - armv5te-linux-rvct - armv5te-linux-gcc - armv5te-none-rvct armv6-darwin-gcc armv6-linux-rvct armv6-linux-gcc diff --git a/build/make/configure.sh b/build/make/configure.sh index 67636887e..7f4c6ba6e 100644 --- a/build/make/configure.sh +++ b/build/make/configure.sh @@ -639,9 +639,6 @@ process_common_toolchain() { tgt_isa=armv7 float_abi=softfp ;; - armv5te*) - tgt_isa=armv5te - ;; *x86_64*|*amd64*) tgt_isa=x86_64 ;; diff --git a/configure b/configure index b374fa034..c23b5fd1e 100755 --- a/configure +++ b/configure @@ -95,10 +95,6 @@ EOF # all_platforms is a list of all supported target platforms. Maintain # alphabetically by architecture, generic-gnu last. -all_platforms="${all_platforms} armv5te-android-gcc" -all_platforms="${all_platforms} armv5te-linux-rvct" -all_platforms="${all_platforms} armv5te-linux-gcc" -all_platforms="${all_platforms} armv5te-none-rvct" all_platforms="${all_platforms} armv6-darwin-gcc" all_platforms="${all_platforms} armv6-linux-rvct" all_platforms="${all_platforms} armv6-linux-gcc" -- 2.40.0