diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/aviion-intel.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/src/m/aviion-intel.h b/src/m/aviion-intel.h new file mode 100644 index 00000000000..fb0d2a55fba --- /dev/null +++ b/src/m/aviion-intel.h | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | /* This file is minor changes for the Data General AViiON intel machines | ||
| 2 | i586-dg-dguxR4* (tested on i586-dg-dguxR4.11MU04) | ||
| 3 | Done by Ehud Karni, 1998-may-30, ehud@unix.simonwiesel.co.il */ | ||
| 4 | |||
| 5 | #include "aviion.h" /* 1st load m88k DGUX definitions */ | ||
| 6 | |||
| 7 | #define INTEL_DGUX /* define for future possible use */ | ||
| 8 | |||
| 9 | /* Intel machines are LITTLE ENDIAN */ | ||
| 10 | #undef WORDS_BIG_ENDIAN | ||
| 11 | |||
| 12 | /* No correction needed for byte addresses */ | ||
| 13 | #undef WORD_MACHINE | ||
| 14 | |||
| 15 | #ifndef INTEL386 | ||
| 16 | #define INTEL386 /* Identify as Intel machine */ | ||
| 17 | #endif | ||
| 18 | |||
| 19 | #undef m88k /* It sure is NOT a Motorola machine */ | ||
| 20 | |||
| 21 | /* INTEL DG/UX needs some extra libs (-lelf ?) */ | ||
| 22 | #define LIBS_MACHINE -lsocket -lnsl | ||