Skip to content

Commit

Permalink
fix the compiler name for riscv64
Browse files Browse the repository at this point in the history
  • Loading branch information
ixgbe00 committed Oct 13, 2024
1 parent 5896a47 commit ea8868a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ platform.path.separator=:
platform.source.suffix=.cpp
platform.includepath.prefix=-I
platform.includepath=
platform.compiler=g++
platform.compiler=riscv64-linux-gnu-g++
platform.compiler.cpp98=-std=c++98
platform.compiler.cpp03=-std=c++03
platform.compiler.cpp11=-std=c++11
Expand Down

0 comments on commit ea8868a

Please sign in to comment.