diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/paragon.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/m/paragon.h b/src/m/paragon.h new file mode 100644 index 00000000000..6e68fafe6d2 --- /dev/null +++ b/src/m/paragon.h | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | /* m/ file for Paragon i860 machine. */ | ||
| 2 | |||
| 3 | #include "i860.h" | ||
| 4 | #define COFF | ||
| 5 | #define SYSTEM_MALLOC | ||
| 6 | #define TEXT_START 0x10000 | ||
| 7 | #define LD_DATA_START 0x140000 | ||
| 8 | #undef LD_SWITCH_SYSTEM | ||
| 9 | #define LD_SWITCH_SYSTEM -d LD_DATA_START | ||
| 10 | #define LIB_STANDARD -lc -lic | ||
| 11 | #define KEEP_OLD_TEXT_SCNPTR | ||
| 12 | #define KEEP_OLD_PADDR | ||
| 13 | #define drem fmod | ||