Throw out obsolete Atari, Macintosh and Sun code to un-break packages;
credits to Sernin van de Krol's zip-2.31 patch for showing this problem
This commit is contained in:
@@ -25,10 +25,6 @@
|
||||
#define MACHINE _MINIX_MACHINE
|
||||
|
||||
#define IBM_PC _MACHINE_IBM_PC
|
||||
#define SUN_4 _MACHINE_SUN_4
|
||||
#define SUN_4_60 _MACHINE_SUN_4_60
|
||||
#define ATARI _MACHINE_ATARI
|
||||
#define MACINTOSH _MACHINE_MACINTOSH
|
||||
|
||||
/* Number of slots in the process table for non-kernel processes. The number
|
||||
* of system processes defines how many processes with special privileges
|
||||
|
||||
@@ -7,10 +7,6 @@
|
||||
#define _MINIX_MACHINE _MACHINE_IBM_PC
|
||||
|
||||
#define _MACHINE_IBM_PC 1 /* any 8088 or 80x86-based system */
|
||||
#define _MACHINE_SUN_4 40 /* any Sun SPARC-based system */
|
||||
#define _MACHINE_SUN_4_60 40 /* Sun-4/60 (aka SparcStation 1 or Campus) */
|
||||
#define _MACHINE_ATARI 60 /* ATARI ST/STe/TT (68000/68030) */
|
||||
#define _MACHINE_MACINTOSH 62 /* Apple Macintosh (68000) */
|
||||
|
||||
/* Word size in bytes (a constant equal to sizeof(int)). */
|
||||
#if __ACK__ || __GNUC__
|
||||
@@ -37,20 +33,6 @@
|
||||
#define _MINIX_CHIP _CHIP_INTEL
|
||||
#endif
|
||||
|
||||
#if (_MINIX_MACHINE == _MACHINE_ATARI) || (_MINIX_MACHINE == _MACHINE_MACINTOSH)
|
||||
#define _MINIX_CHIP _CHIP_M68000
|
||||
#endif
|
||||
|
||||
#if (_MINIX_MACHINE == _MACHINE_SUN_4) || (_MINIX_MACHINE == _MACHINE_SUN_4_60)
|
||||
#define _MINIX_CHIP _CHIP_SPARC
|
||||
#define _MINIX_FP_FORMAT _FP_IEEE
|
||||
#endif
|
||||
|
||||
#if (_MINIX_MACHINE == _MACHINE_ATARI) || (_MINIX_MACHINE == _MACHINE_SUN_4)
|
||||
#define _ASKDEV 1 /* ask for boot device */
|
||||
#define _FASTLOAD 1 /* use multiple block transfers to init ram */
|
||||
#endif
|
||||
|
||||
#ifndef _MINIX_FP_FORMAT
|
||||
#define _MINIX_FP_FORMAT _FP_NONE
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user