From e8061718bb3ed36e153d23e55f3484091bad1045 Mon Sep 17 00:00:00 2001 From: Alex Humesky Date: Fri, 9 Oct 2015 01:15:52 +0000 Subject: Removes duplicate arm crosstool toolchain definition. -- MOS_MIGRATED_REVID=105018560 --- tools/cpp/CROSSTOOL | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'tools/cpp') diff --git a/tools/cpp/CROSSTOOL b/tools/cpp/CROSSTOOL index 623dad4100..cdd5128d72 100644 --- a/tools/cpp/CROSSTOOL +++ b/tools/cpp/CROSSTOOL @@ -27,40 +27,6 @@ default_toolchain { toolchain_identifier: "local_linux" } -toolchain { - abi_version: "arm" - abi_libc_version: "armeabi-v7a" - builtin_sysroot: "" - compiler: "compiler" - host_system_name: "armeabi-v7a" - needsPic: true - supports_gold_linker: false - supports_incremental_linker: false - supports_fission: false - supports_interface_shared_objects: false - supports_normalizing_ar: false - supports_start_end_lib: false - supports_thin_archives: false - target_libc: "armeabi-v7a" - target_cpu: "armeabi-v7a" - target_system_name: "armeabi-v7a" - toolchain_identifier: "stub_armeabi-v7a" - - tool_path { name: "ar" path: "/bin/false" } - tool_path { name: "compat-ld" path: "/bin/false" } - tool_path { name: "cpp" path: "/bin/false" } - tool_path { name: "dwp" path: "/bin/false" } - tool_path { name: "gcc" path: "/bin/false" } - tool_path { name: "gcov" path: "/bin/false" } - tool_path { name: "ld" path: "/bin/false" } - - tool_path { name: "nm" path: "/bin/false" } - tool_path { name: "objcopy" path: "/bin/false" } - tool_path { name: "objdump" path: "/bin/false" } - tool_path { name: "strip" path: "/bin/false" } -} - - toolchain { abi_version: "armeabi-v7a" abi_libc_version: "armeabi-v7a" -- cgit v1.2.3