comparison src/m/paragon.h @ 14511:7b9c423cd54b

(LIB_STANDARD): Add -lmach. (LD_DATA_START): Definition deleted. (LD_SWITCH_SYSTEM): Definition and #undef deleted.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Feb 1996 22:56:22 +0000
parents 9ab1deb3d118
children 695cf19ef79e
comparison
equal deleted inserted replaced
14510:9ab1deb3d118 14511:7b9c423cd54b
2 2
3 #include "i860.h" 3 #include "i860.h"
4 #define COFF 4 #define COFF
5 #define SYSTEM_MALLOC 5 #define SYSTEM_MALLOC
6 #define TEXT_START 0x10000 6 #define TEXT_START 0x10000
7 #define LD_DATA_START 0x140000 7 #define LIB_STANDARD -lc -lic -lmach
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 8 #define KEEP_OLD_TEXT_SCNPTR
12 #define KEEP_OLD_PADDR 9 #define KEEP_OLD_PADDR
13 #define drem fmod 10 #define drem fmod