blob: 48d754694a84cc92ad1206d9d405d15d72201e9f [file] [log] [blame]
#!/bin/bash
# Copyright (c) 2011 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.
# This files wraps ld and ld.gold.
# In addition, it adds --hash-style=gnu to the linker command line.
exec "$(readlink -f "${0}").real" --hash-style=gnu "$@"