aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/cpp
diff options
context:
space:
mode:
authorGravatar Alex Humesky <ahumesky@google.com>2015-10-09 01:15:52 +0000
committerGravatar Kristina Chodorow <kchodorow@google.com>2015-10-09 14:41:40 +0000
commite8061718bb3ed36e153d23e55f3484091bad1045 (patch)
tree1cc80b4846d600e9a19f5f1265b9694d8149d160 /tools/cpp
parent28160e7a89bc7738da1640e93ea9f4ca567c9c53 (diff)
Removes duplicate arm crosstool toolchain definition.
-- MOS_MIGRATED_REVID=105018560
Diffstat (limited to 'tools/cpp')
-rw-r--r--tools/cpp/CROSSTOOL34
1 files changed, 0 insertions, 34 deletions
diff --git a/tools/cpp/CROSSTOOL b/tools/cpp/CROSSTOOL
index 623dad4100..cdd5128d72 100644
--- a/tools/cpp/CROSSTOOL
+++ b/tools/cpp/CROSSTOOL
@@ -28,40 +28,6 @@ default_toolchain {
}
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"
builtin_sysroot: ""