|
Lines 1-5
Link Here
|
| 1 |
#ifndef __UTILS_MONO_COMPILER_H__ |
1 |
#ifndef __UTILS_MONO_COMPILER_H__ |
| 2 |
#define __UTILS_MONO_COMPILER_H__ |
2 |
#define __UTILS_MONO_COMPILER_H__ |
|
|
3 |
|
| 4 |
#if defined(__PIC__) && !defined(PIC) |
| 5 |
/* |
| 6 |
* Must be compiling -fPIE, for executables. Build PIC |
| 7 |
* but with initial-exec. |
| 8 |
*/ |
| 9 |
# define PIC |
| 10 |
# define PIC_INITIAL_EXEC |
| 11 |
#endif |
| 12 |
|
| 3 |
/* |
13 |
/* |
| 4 |
* This file includes macros used in the runtime to encapsulate different |
14 |
* This file includes macros used in the runtime to encapsulate different |
| 5 |
* compiler behaviours. |
15 |
* compiler behaviours. |