File tree 1 file changed +2
-2
lines changed
tests_rv/patch/build_rv64_gcc_allmodconfig
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \
48
48
--environment=KBUILD_BUILD_TIMESTAMP=@1621270510 \
49
49
--environment=KBUILD_BUILD_USER=tuxmake --environment=KBUILD_BUILD_HOST=tuxmake \
50
50
-o $tmpdir_o -b $tmpdir_b --toolchain gcc -z none --kconfig allmodconfig \
51
- -K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 C=1 \
51
+ -K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 \
52
52
CROSS_COMPILE=riscv64-linux- \
53
53
config default \
54
54
> $tmpfile_o
@@ -63,7 +63,7 @@ tuxmake --wrapper ccache --target-arch riscv -e PATH=$PATH --directory . \
63
63
--environment=KBUILD_BUILD_TIMESTAMP=@1621270510 \
64
64
--environment=KBUILD_BUILD_USER=tuxmake --environment=KBUILD_BUILD_HOST=tuxmake \
65
65
-o $tmpdir_o -b $tmpdir_b --toolchain gcc -z none --kconfig allmodconfig \
66
- -K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 C=1 \
66
+ -K CONFIG_WERROR=n -K CONFIG_GCC_PLUGINS=n W=1 \
67
67
CROSS_COMPILE=riscv64-linux- \
68
68
config default \
69
69
> $tmpfile_n || rc=1
You can’t perform that action at this time.
0 commit comments