summaryrefslogtreecommitdiff
path: root/web/glasgow/lit2x-0.16/mkworld/plat-linux.jm
blob: 56969a3aab478db18b16859e4c5b50320c387943 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# line 11 "plat-linux.ljm"
#undef i386 /* move to trigger file? (ToDo) */

#define iX86Architecture YES
#define i486Architecture YES

#define HostPlatform i486

#define LinuxOSPlatform     YES           
#define OSName            Linux 0.99
#define OSMajorVersion    0
#define OSMinorVersion    99
#define HaveGcc           YES           /* nothing else on linux... */

BUILDPLATFORM=HostPlatform

/* Whenever we run the "std C compiler", give it this flag */
#define PlatformCcOpts -m486

/*-----------------------------------------------------------------------------
  Added by simonm...
-----------------------------------------------------------------------------*/

#define MakeCmd make -r       /* make ignores implicit rules  */

/* #define UseFlexForLexCmd      we've only got flex on Linux */