mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-09 20:12:21 +02:00
Added Android support, and generalized target triple support
Added PICLevel, RelocKind DarwinCommon/LinuxCommon/AndroidCommon merged into PosixCommon Mangling changed to avoid '@'
This commit is contained in:
parent
7a27ab75bf
commit
3883a3674d
39 changed files with 3457 additions and 5636 deletions
8
BeefySysLib/platform/android/AndroidCommon.cpp
Normal file
8
BeefySysLib/platform/android/AndroidCommon.cpp
Normal file
|
@ -0,0 +1,8 @@
|
|||
#include <android/log.h>
|
||||
|
||||
#define BFP_PRINTF(...) __android_log_print(ANDROID_LOG_INFO, "Beef", __VA_ARGS__)
|
||||
#define BFP_ERRPRINTF(...) __android_log_print(ANDROID_LOG_ERROR, "Beef", __VA_ARGS__)
|
||||
|
||||
#define BFP_HAS_PTHREAD_GETATTR_NP
|
||||
|
||||
#include "../posix/PosixCommon.cpp"
|
Loading…
Add table
Add a link
Reference in a new issue