Skip to content
Snippets Groups Projects
Commit 4b68c273 authored by ncrouzet's avatar ncrouzet
Browse files

Build libc, libm and libcrt with vortex mode

parent f11aa5c1
Branches
No related tags found
No related merge requests found
......@@ -57,8 +57,8 @@ foreach (xlen ${RV_XLEN})
foreach(lang C;CXX;ASM)
set(BUILTINS_${target}_CMAKE_${lang}_FLAGS "--target=${target} -march=${march}" CACHE STRING "") #mabi auto
set(RUNTIMES_${target}_CMAKE_${lang}_FLAGS "--target=${target} -march=${march}" CACHE STRING "")
set(BUILTINS_${target}_CMAKE_${lang}_FLAGS "-Xclang -target-feature -Xclang +vortex --target=${target} -march=${march}" CACHE STRING "") #mabi auto
set(RUNTIMES_${target}_CMAKE_${lang}_FLAGS "-Xclang -target-feature -Xclang +vortex --target=${target} -march=${march}" CACHE STRING "")
endforeach()
set(RUNTIMES_${target}_CMAKE_SYSTEM_NAME Generic CACHE STRING "")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment