Changeset 1753
- Timestamp:
- 02/17/98 01:45:26 (11 years ago)
- Files:
-
- branches/GNU/src/m/README (added)
- branches/GNU/src/m/paragon.h (added)
- branches/GNU/src/m/pfa50.h (modified) (2 diffs)
- branches/GNU/src/m/plexus.h (added)
- branches/GNU/src/m/pmax.h (modified) (2 diffs)
- branches/GNU/src/m/powerpcle.h (modified) (2 diffs)
- branches/GNU/src/m/pyramid.h (added)
- branches/GNU/src/m/pyrmips.h (added)
- branches/GNU/src/m/sequent-ptx.h (added)
- branches/GNU/src/m/sequent.h (added)
- branches/GNU/src/m/sgi3000.h (added)
- branches/GNU/src/m/sparc.h (modified) (3 diffs)
- branches/GNU/src/m/sps7.h (modified) (2 diffs)
- branches/GNU/src/m/sr2k.h (added)
- branches/GNU/src/m/stride.h (modified) (4 diffs)
- branches/GNU/src/m/sun1.h (added)
- branches/GNU/src/m/sun2.h (added)
- branches/GNU/src/m/sun3-68881.h (added)
- branches/GNU/src/m/sun3-fpa.h (added)
- branches/GNU/src/m/sun3-soft.h (added)
- branches/GNU/src/m/sun3.h (added)
- branches/GNU/src/m/sun386.h (added)
- branches/GNU/src/m/symmetry.h (added)
- branches/GNU/src/m/tad68k.h (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/GNU/src/m/pfa50.h
r1751 r1753 1 1 /* Machine description file for PFU A-series. 2 Copyright (C) 1988 , 1999Free Software Foundation, Inc.2 Copyright (C) 1988 Free Software Foundation, Inc. 3 3 4 4 This file is part of GNU Emacs. … … 92 92 #define NO_SIOCTL_H 93 93 94 # define BROKEN_SIGIO94 #undef SIGIO branches/GNU/src/m/pmax.h
r1751 r1753 31 31 #undef START_FILES 32 32 #undef RUN_TIME_REMAP 33 #define START_FILES pre-crt0.o /usr/lib/crt0.o 34 #define CANNOT_DUMP 33 35 #undef UNEXEC 34 #define UNEXEC unexelf.o35 36 #endif /* NetBSD || OpenBSD */ 36 37 … … 51 52 52 53 /* Override what mips.h says about this. */ 53 #if !defined (__NetBSD__)54 54 #undef LINKER 55 #endif56 55 57 56 #ifdef ultrix branches/GNU/src/m/powerpcle.h
r1751 r1753 21 21 operating system this machine is likely to run. 22 22 USUAL-OPSYS="Solaris2.5.1 Windows/NT AIX 4.1.2" 23 */24 23 25 24 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word … … 37 36 #ifndef prep 38 37 #define prep 38 #endif 39 40 #ifdef __GNUC__ 41 # define C_OPTIMIZE_SWITCH -O 42 #else 43 /* This level of optimization is reported to work. */ 44 # define C_OPTIMIZE_SWITCH -O2 39 45 #endif 40 46 branches/GNU/src/m/sparc.h
r1751 r1753 44 44 #endif 45 45 46 #ifdef __GNUC__ 47 # define C_OPTIMIZE_SWITCH -O 48 #else 49 /* This level of optimization is reported to work. */ 50 # define C_OPTIMIZE_SWITCH -O2 51 #endif 52 46 53 /* Use type int rather than a union, to represent Lisp_Object */ 47 54 … … 72 79 #include <alloca.h> 73 80 #endif 81 #endif 82 83 /* Must use the system's termcap, if we use any termcap. 84 It does special things. */ 85 86 #ifndef TERMINFO 87 #define LIBS_TERMCAP -ltermcap 74 88 #endif 75 89 … … 104 118 105 119 #endif /* not __NetBSD__ and not __linux__ and not __OpenBSD__ */ 106 107 #ifdef __arch64__ /* GCC, 64-bit ABI. */108 #define BITS_PER_LONG 64109 #ifndef _LP64110 #define _LP64 /* Done on Alpha -- not sure if it111 should be here. -- fx */112 #endif113 #endifbranches/GNU/src/m/sps7.h
r1751 r1753 1 1 /* machine description file for Bull SPS-7. 2 Copyright (C) 1986 , 1999Free Software Foundation, Inc.2 Copyright (C) 1986 Free Software Foundation, Inc. 3 3 4 4 This file is part of GNU Emacs. … … 100 100 101 101 #define C_SWITCH_MACHINE -T32 102 103 /* 104 Here we assume that signal.h is included before config.h 105 so that we can override it here. */ 102 106 103 # define BROKEN_SIGIO107 #undef SIGIO 104 108 105 109 /* Other than 68020 use ld16, as32, or undefine (defaults ld and as). */ branches/GNU/src/m/stride.h
r1751 r1753 1 1 /* Definitions file for GNU Emacs running on Stride Micro System-V.2.2 2 Copyright (C) 1985, 1986 , 1999Free Software Foundation, Inc.2 Copyright (C) 1985, 1986 Free Software Foundation, Inc. 3 3 4 4 This file is part of GNU Emacs. … … 88 88 89 89 #define HAVE_PTYS 90 #define HAVE_GETTIMEOFDAY 90 91 #define BSTRING 91 92 #define SKTPAIR … … 101 102 please append this line to the file "stride.h": 102 103 */ 103 # define BROKEN_SIGIO104 #undef SIGIO 104 105 105 106 /* Specify alignment requirement for start of text and data sections … … 113 114 #undef NONSYSTEM_DIR_LIBRARY 114 115 116 /* UniStride defines getwd. */ 117 118 #define HAVE_GETWD 119 115 120 /* Define this macro if system defines a type `union wait'. */ 116 121
