diff options
-rw-r--r-- | packaging/gcc-force-options | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/gcc-force-options b/packaging/gcc-force-options index 34f49455f2b..dfd7904da8c 100644 --- a/packaging/gcc-force-options +++ b/packaging/gcc-force-options @@ -48,7 +48,7 @@ if echo "$PREFLAGS "\$@" $POSTFLAGS" | grep -q -- "-fsanitize=undefined" && echo # Don't instrument with "-nostdlib" linking elif ! echo "\$@" | grep -q -e __KERNEL__ -e \-nostdlib; then # Use readlink in order to follow symlinks if any - \$(readlink -f \$0)-real $PREFLAGS "\$@" $POSTFLAGS + \$(readlink -f \$0)-real $PREFLAGS "\$@" $POSTFLAGS \${OPT_FORCE_FLAGS} else \$(readlink -f \$0)-real "\$@" fi |