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:
parent
98d294ceb6
commit
2034e20826
@ -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
|
||||
;
|
||||
|
0
src/system/libroot/posix/arch/ppc/setjmp.S
Normal file
0
src/system/libroot/posix/arch/ppc/setjmp.S
Normal file
Loading…
Reference in New Issue
Block a user