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
This commit is contained in:
Ingo Weinhold 2005-12-07 22:37:25 +00:00
parent 98d294ceb6
commit 2034e20826
2 changed files with 8 additions and 0 deletions

View File

@ -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
;