From 0e80d80a556e34deeb794c25fb05d9ff44081b17 Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Tue, 26 Feb 2019 21:37:26 +0000 Subject: [PATCH] libroot/riscv64: Fix misplaced ppc --- src/system/libroot/posix/string/arch/riscv64/Jamfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system/libroot/posix/string/arch/riscv64/Jamfile b/src/system/libroot/posix/string/arch/riscv64/Jamfile index 5f054aa971..1ea4246f0c 100644 --- a/src/system/libroot/posix/string/arch/riscv64/Jamfile +++ b/src/system/libroot/posix/string/arch/riscv64/Jamfile @@ -1,7 +1,7 @@ -SubDir HAIKU_TOP src system libroot posix string arch ppc ; +SubDir HAIKU_TOP src system libroot posix string arch riscv64 ; local architectureObject ; -for architectureObject in [ MultiArchSubDirSetup ppc ] { +for architectureObject in [ MultiArchSubDirSetup riscv64 ] { on $(architectureObject) { local architecture = $(TARGET_PACKAGING_ARCH) ;