···2626 esac
2727done
28282929-if $targetPassed && [[ "$targetValue" != "@defaultTarget@" ]]; then
2929+if $targetPassed && [[ "$targetValue" != "@defaultTarget@" ]] && (( "${NIX_CC_WRAPPER_SUPPRESS_TARGET_WARNING:-0}" < 1 )); then
3030 echo "Warning: supplying the --target $targetValue != @defaultTarget@ argument to a nix-wrapped compiler may not work correctly - cc-wrapper is currently not designed with multi-target compilers in mind. You may want to use an un-wrapped compiler instead." >&2
3131elif [[ $0 != *cpp ]]; then
3232 extraBefore+=(-target @defaultTarget@ @machineFlags@)