Fix support for linux.
This commit is contained in:
parent
eb8a59107f
commit
126d813dcb
1 changed files with 2 additions and 0 deletions
|
|
@ -168,10 +168,12 @@
|
|||
#endif __FreeBSD__
|
||||
|
||||
#ifdef __linux__
|
||||
#include <dlfcn.h>
|
||||
#define BRAND "IBM-PC"
|
||||
#define IEEEFLOAT
|
||||
#define DOWN_STACK
|
||||
#define BSD
|
||||
#define CLIBS -ldl
|
||||
#define LDFLAGS -Wl,--export-dynamic
|
||||
#ifdef __ELF__
|
||||
# define DATA_START 0x8000000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue