Skip to content

Commit 9d37bcb

Browse files
committed
Wrong path to the assembly files.
1 parent 9b2980f commit 9d37bcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

toolchains/powerpc64le-unknown-linux-musl.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
# See LICENSE file for details
77

88
set(ASM_FILES
9-
src/asm/powerpc64le/make_powerpc64le_sysv_elf_gas.S
10-
src/asm/powerpc64le/jump_powerpc64le_sysv_elf_gas.S
9+
src/asm/ppc64/make_ppc64_sysv_elf_gas.S
10+
src/asm/ppc64/jump_ppc64_sysv_elf_gas.S
1111
)
1212
enable_language(ASM)
1313
add_compile_options(-Wall -Wextra -Werror -g -O2 -static)

0 commit comments

Comments
 (0)