fix up ppc64le toolchain, remove suffix

This commit is contained in:
Jeff 2022-02-02 07:41:10 -05:00
parent 24811aff37
commit f543f6962d
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
set(CMAKE_SYSTEM_NAME Linux)
set(TOOLCHAIN_PREFIX powerpc64le-linux-gnu)
set(TOOLCHAIN_SUFFIX -8)
set(TOOLCHAIN_SUFFIX)
set(CMAKE_FIND_ROOT_PATH /usr/${TOOLCHAIN_PREFIX})