aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/aarch64_flags.go
diff options
context:
space:
mode:
Diffstat (limited to 'compiler_wrapper/aarch64_flags.go')
-rw-r--r--compiler_wrapper/aarch64_flags.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/compiler_wrapper/aarch64_flags.go b/compiler_wrapper/aarch64_flags.go
deleted file mode 100644
index a0d05523..00000000
--- a/compiler_wrapper/aarch64_flags.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2020 The Chromium OS Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-package main
-
-func processAarch64Flags(builder *commandBuilder) {
- if builder.target.arch == "aarch64" {
- builder.addPreUserArgs("-mharden-sls=all")
- }
-}