mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +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
|
@ -6,6 +6,8 @@
|
|||
#include <string>
|
||||
|
||||
#define BF_PLATFORM_MACOS
|
||||
#define BF_PLATFORM_POSIX
|
||||
#define BF_PLATFORM_DARWIN
|
||||
#define BF_PLATFORM_NAME "BF_PLATFORM_MACOS"
|
||||
|
||||
#define BF_IMPORT extern "C"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue