aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2023-01-12 18:01:05 +0100
committerCem Keylan <cem@ckyln.com>2023-01-12 18:01:05 +0100
commita681349aecbbb4aa9253a7581bf5d49649d84a48 (patch)
treed45a836540a1814259029888ec44954ca3effc40 /core
parent3e5efa3fd343a060b7bd6ac768b84ca860d9fbd6 (diff)
downloadrepository-a681349aecbbb4aa9253a7581bf5d49649d84a48.tar.gz
gcc: fix shellcheck error
Diffstat (limited to 'core')
-rwxr-xr-xcore/gcc/build2
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 \