diff options
Diffstat (limited to 'scripts/gcc-ld')
-rwxr-xr-x | scripts/gcc-ld | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gcc-ld b/scripts/gcc-ld index cadab9a13ed7..997b818c3962 100755 --- a/scripts/gcc-ld +++ b/scripts/gcc-ld @@ -1,4 +1,5 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0 # run gcc with ld options # used as a wrapper to execute link time optimizations # yes virginia, this is not pretty |