c8a0e2f4c6
This commit finalizes support for cross compilation. The tools directory are all links to the actual tools and are built on the host system to build Minix. build.sh is the work horse that takes care of all environment settings. It's slightly adjusted for Minix. The /usr/src/Makefile has additional targets needed for cross compilation.
12 lines
205 B
C
12 lines
205 B
C
#define NUMBER 257
|
|
#define ERROR 258
|
|
#define LOR 259
|
|
#define LAND 260
|
|
#define EQ 261
|
|
#define NE 262
|
|
#define LE 263
|
|
#define GE 264
|
|
#define LSHIFT 265
|
|
#define RSHIFT 266
|
|
#define UMINUS 267
|
|
#define UPLUS 268
|