We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b2980f commit 9d37bcbCopy full SHA for 9d37bcb
1 file changed
toolchains/powerpc64le-unknown-linux-musl.cmake
@@ -6,8 +6,8 @@
6
# See LICENSE file for details
7
8
set(ASM_FILES
9
- src/asm/powerpc64le/make_powerpc64le_sysv_elf_gas.S
10
- src/asm/powerpc64le/jump_powerpc64le_sysv_elf_gas.S
+ src/asm/ppc64/make_ppc64_sysv_elf_gas.S
+ src/asm/ppc64/jump_ppc64_sysv_elf_gas.S
11
)
12
enable_language(ASM)
13
add_compile_options(-Wall -Wextra -Werror -g -O2 -static)
0 commit comments