diff options
author | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:01:05 +0100 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-01-12 18:01:05 +0100 |
commit | a681349aecbbb4aa9253a7581bf5d49649d84a48 (patch) | |
tree | d45a836540a1814259029888ec44954ca3effc40 /core/gcc/build | |
parent | 3e5efa3fd343a060b7bd6ac768b84ca860d9fbd6 (diff) | |
download | repository-a681349aecbbb4aa9253a7581bf5d49649d84a48.tar.gz |
gcc: fix shellcheck error
Diffstat (limited to 'core/gcc/build')
-rwxr-xr-x | core/gcc/build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/gcc/build b/core/gcc/build index 0651834b..23f78b98 100755 --- a/core/gcc/build +++ b/core/gcc/build @@ -27,6 +27,8 @@ cd gcc-build export libat_cv_have_ifunc=no +# Word splitting is intentional +# shellcheck disable=2086 ../gcc/configure \ --prefix=/usr \ --disable-multilib \ |