Add working CROSSTOOL for amd64
All of the non-roboRIO-specific code builds and all the tests pass on
amd64 Jessie with this configuration.
Change-Id: I540de9a4455dffd9ee81a766dbc2d9300c1a341b
diff --git a/tools/bazel.rc b/tools/bazel.rc
new file mode 100644
index 0000000..688e1f5
--- /dev/null
+++ b/tools/bazel.rc
@@ -0,0 +1,17 @@
+# TODO(Brian): Figure out how we're going to distribute Bazel so everybody
+# doesn't need to hand-edit this file or use a .bazelrc...
+build --package_path %workspace%:/home/brian/bazel/base_workspace
+fetch --package_path %workspace%:/home/brian/bazel/base_workspace
+query --package_path %workspace%:/home/brian/bazel/base_workspace
+
+# Complain about missing headers in the dependencies of C++ code instead of just
+# working with it.
+# TODO(Brian): Fix Bazel so this actually does something again...
+build --hdrs_check=strict
+
+# Show paths to a few more than just 1 target.
+build --show_result 15
+# Don't just say "something has the wrong timeout"...
+test --test_verbose_timeout_warnings
+# Dump the output of the failing test to stdout.
+test --test_output=errors