PPC port cleaned up, static linking works well now.

This commit is contained in:
rofl0r
2012-11-09 23:36:55 +01:00
parent 7669d1e334
commit 1c8eb8bad7
55 changed files with 1373 additions and 1095 deletions

View File

@@ -0,0 +1,8 @@
#if defined(_POSIX_SOURCE) || defined(_POSIX_C_SOURCE) \
|| defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
#define PAGE_SIZE 4096
#define LONG_BIT 32
#endif
#define LONG_MAX 0x7fffffffL
#define LLONG_MAX 0x7fffffffffffffffLL