add a new test repo, modify some GCC configs, and upgrade crosstool-ng to 1.25.0

This commit is contained in:
Chen Tao
2022-06-19 01:57:50 +09:00
parent 0ea32fc1ed
commit acdeffa51b
4 changed files with 44 additions and 55 deletions

View File

@ -2,7 +2,7 @@ set(CMAKE_SYSTEM_NAME Generic)
set(CMAKE_SYSTEM_VERSION 1)
set(CMAKE_SYSTEM_PROCESSOR arm)
set(cross_triple "arm-none-eabihf")
set(cross_triple "arm-none-eabi")
set(cross_root /usr/xcc/${cross_triple})
set(CMAKE_C_COMPILER $ENV{CC})