From e1349ec1f3151cf50005584dd3f2024ea49ecd67 Mon Sep 17 00:00:00 2001 From: Damien Martin-Guillerez Date: Thu, 12 Mar 2015 11:00:44 +0000 Subject: Defaulted cpu to the host cpu This should remove the needs for the --cpu=darwin flag under darwin. Bazel build are now using the host cpu too. This commit also fix the host cpu detection. The host cpu detection was too late and and some corner case was not really working with configurable attributes. It is now done as the default value for the --host_cpu flag. -- MOS_MIGRATED_REVID=88427551 --- tools/cpp/CROSSTOOL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/cpp') diff --git a/tools/cpp/CROSSTOOL b/tools/cpp/CROSSTOOL index 7287bc49ba..87b81d3637 100644 --- a/tools/cpp/CROSSTOOL +++ b/tools/cpp/CROSSTOOL @@ -1,6 +1,6 @@ major_version: "local" minor_version: "" -default_target_cpu: "k8" +default_target_cpu: "same_as_host" default_toolchain { cpu: "k8" toolchain_identifier: "local_linux" -- cgit v1.2.3