#!/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 "$@" |