summaryrefslogtreecommitdiff
path: root/tools/v8_gypfiles/broken/sysroot_ld_flags.sh
blob: 5cc8011b32a9e02bfa0f7600edd7377a21d66a86 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
# Copyright 2017 the V8 project 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 is for backwards-compatibility after:
# https://codereview.chromium.org/2900193003

for entry in $@; do
  echo -L$entry
  echo -Wl,-rpath-link=$entry
done | xargs echo