libroot/posix/stdio: Remove unused portions.
[haiku.git] / src / system / libroot / posix / arch / m68k / Jamfile
blob20965bf5a1b76ebea6f82ae56bfde0e9bf148dfa
1 SubDir HAIKU_TOP src system libroot posix arch m68k ;
3 local architectureObject ;
4 for architectureObject in [ MultiArchSubDirSetup m68k ] {
5         on $(architectureObject) {
6                 local architecture = $(TARGET_PACKAGING_ARCH) ;
8                 UsePrivateSystemHeaders ;
10                 local genericSources =
11                         setjmp_save_sigs.c
12                         longjmp_return.c
13                         ;
15                 MergeObject <$(architecture)>posix_arch_$(TARGET_ARCH).o :
16                         sigsetjmp.S
17                         siglongjmp.S
19                         $(genericSources)
20                         ;
22                 SEARCH on [ FGristFiles $(genericSources) ]
23                         = [ FDirName $(SUBDIR) $(DOTDOT) generic ] ;
24         }