Skip to content

Commit

Permalink
Remove CROSSTOOL
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Snape committed Jul 27, 2018
1 parent 51a4ee8 commit a2618a5
Show file tree
Hide file tree
Showing 12 changed files with 77 additions and 1,912 deletions.
1 change: 0 additions & 1 deletion cmake/bazel.rc.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
# bazel --bazelrc=@CMAKE_CURRENT_BINARY_DIR@/bazel.rc <command> <options>

build --compilation_mode=@BAZEL_COMPILATION_MODE@
build --crosstool_top=@bazel_tools//tools/cpp:toolchain
build --python_path=@PYTHON_EXECUTABLE@
build --symlink_prefix=/

Expand Down
3 changes: 1 addition & 2 deletions common/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -657,9 +657,8 @@ sh_test(
"drake_assert.h",
"test/drake_assert_test_compile.cc",
"unused.h",
"//third_party:com_github_bazelbuild_bazel/tools/cpp/osx_cc_wrapper.sh", # noqa
"//tools/cc_toolchain:all_toolchain_deps",
"//tools/cc_toolchain:capture_cc.env",
"//tools/cc_toolchain:toolchain_deps",
],
)

Expand Down
2 changes: 1 addition & 1 deletion common/test/drake_assert_test_compile_variants.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ drake_assert_test_compile_cc="$2"
# Make sure we know what C++ compiler to use.
source "$capture_cc_env"
[[ ! -z "$BAZEL_CC" ]]
[[ -x "$BAZEL_CC" ]]
command -v "$BAZEL_CC"
"$BAZEL_CC" --version

# TODO(#6996) Do this unconditionally once #6996 is fully merged.
Expand Down
9 changes: 0 additions & 9 deletions third_party/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ load("//tools/lint:lint.bzl", "add_lint_tests")

package(default_visibility = ["//visibility:public"])

exports_files(
["com_github_bazelbuild_bazel/tools/cpp/osx_cc_wrapper.sh"],
licenses = ["notice"], # Apache-2.0
visibility = [
"//common:__pkg__",
"//tools/cc_toolchain:__pkg__",
],
)

exports_files(
["net_sf_jchart2d/LICENSE"],
licenses = ["restricted"], # LGPL-3.0+
Expand Down
202 changes: 0 additions & 202 deletions third_party/com_github_bazelbuild_bazel/LICENSE

This file was deleted.

103 changes: 0 additions & 103 deletions third_party/com_github_bazelbuild_bazel/tools/cpp/osx_cc_wrapper.sh

This file was deleted.

6 changes: 0 additions & 6 deletions third_party/com_github_bazelbuild_bazel/vendor.txt

This file was deleted.

Loading

0 comments on commit a2618a5

Please sign in to comment.