UserlandFS: Make 64 bit clean and enable build for x86_64.

I did not bother to fix the BeOS kernel emulation, so this part is
still left out of the x86_64 build.
This commit is contained in:
Michael Lotz
2015-03-29 16:25:17 +02:00
parent 47ff5824b8
commit ffba66060b
16 changed files with 159 additions and 99 deletions
+7 -5
View File
@@ -11,11 +11,13 @@ AddFilesToPackage servers : userlandfs_server ;
# libs
local userlandfsLibs =
libuserlandfs_beos_kernel.so
libuserlandfs_haiku_kernel.so
libuserlandfs_fuse.so
;
local userlandfsLibs = [ FFilterByBuildFeatures
libuserlandfs_beos_kernel.so@!x86_64
libuserlandfs_haiku_kernel.so
libuserlandfs_fuse.so
]
;
AddLibrariesToPackage lib : $(userlandfsLibs) ;
# TODO move development stuff to a separate package?