diff options
Diffstat (limited to 'scripts/gcc-stack-usage.sh')
-rwxr-xr-x | scripts/gcc-stack-usage.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/gcc-stack-usage.sh b/scripts/gcc-stack-usage.sh index 27ac928969..3db32e35f6 100755 --- a/scripts/gcc-stack-usage.sh +++ b/scripts/gcc-stack-usage.sh @@ -1,9 +1,8 @@ #!/bin/sh +# SPDX-License-Identifier: GPL-2.0+ # Test for gcc '-fstack-usage' support # Copyright (C) 2013, Masahiro Yamada <yamada.m@jp.panasonic.com> # -# SPDX-License-Identifier: GPL-2.0+ -# TMP="$$" |