Initial Haiku support (#207)

* Initial Haiku support

* makefile support

* Makefile fix, add genie for Haiku64

* Revert testchanges
This commit is contained in:
miqlas
2019-06-16 18:04:56 +02:00
committed by Бранимир Караџић
parent c3fab81d8d
commit daab5c96e5
8 changed files with 59 additions and 12 deletions

View File

@@ -19,7 +19,8 @@
|| BX_PLATFORM_IOS \
|| BX_PLATFORM_OSX \
|| BX_PLATFORM_PS4 \
|| BX_PLATFORM_RPI
|| BX_PLATFORM_RPI \
|| BX_PLATFORM_HAIKU
# include <pthread.h>
# if defined(__FreeBSD__)
# include <pthread_np.h>