From 2034e20826a0ccbbe875e5cf130e2f5210f96ca5 Mon Sep 17 00:00:00 2001 From: Ingo Weinhold Date: Wed, 7 Dec 2005 22:37:25 +0000 Subject: [PATCH] Added building of an empty posix_arch_ppc.o to make the build system happy for the time being. We need real setjmp()/longjmp() implementations for PPC eventually, though. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15401 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/system/libroot/posix/arch/ppc/Jamfile | 8 ++++++++ src/system/libroot/posix/arch/ppc/setjmp.S | 0 2 files changed, 8 insertions(+) create mode 100644 src/system/libroot/posix/arch/ppc/setjmp.S diff --git a/src/system/libroot/posix/arch/ppc/Jamfile b/src/system/libroot/posix/arch/ppc/Jamfile index b5bc6ba736..907b84d2f3 100644 --- a/src/system/libroot/posix/arch/ppc/Jamfile +++ b/src/system/libroot/posix/arch/ppc/Jamfile @@ -1 +1,9 @@ SubDir HAIKU_TOP src system libroot posix arch ppc ; + +# TODO: Implement! +MergeObject posix_arch_$(TARGET_ARCH).o : + setjmp.S +# setjmp_save_sigs.c +# sigsetjmp.S +# siglongjmp.S +; diff --git a/src/system/libroot/posix/arch/ppc/setjmp.S b/src/system/libroot/posix/arch/ppc/setjmp.S new file mode 100644 index 0000000000..e69de29bb2