aboutsummaryrefslogtreecommitdiffstats
path: root/mps/code/mpstd.h
diff options
context:
space:
mode:
authorRichard Brooksby2012-08-15 15:37:42 +0100
committerRichard Brooksby2012-08-15 15:37:42 +0100
commit82ea34572481f77710128807df298ecc10972c96 (patch)
tree7fe4cd71217bf9fce6f71934e206ff7a76cd95b5 /mps/code/mpstd.h
parent2124c8eccccad897a71e5fbd52dae2eecd70f45e (diff)
downloademacs-82ea34572481f77710128807df298ecc10972c96.tar.gz
emacs-82ea34572481f77710128807df298ecc10972c96.zip
Correcting misnamed i4 architecture to i3. this distinction was once slightly useful for optimisation, but no longer makes any sense.
Copied from Perforce Change: 178935 ServerID: perforce.ravenbrook.com
Diffstat (limited to 'mps/code/mpstd.h')
-rw-r--r--mps/code/mpstd.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/mps/code/mpstd.h b/mps/code/mpstd.h
index 3977e63a5af..10d3d2833a6 100644
--- a/mps/code/mpstd.h
+++ b/mps/code/mpstd.h
@@ -169,13 +169,13 @@
169 */ 169 */
170 170
171#elif defined(__linux__) && defined(__i386__) && defined(__GNUC__) 171#elif defined(__linux__) && defined(__i386__) && defined(__GNUC__)
172#if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_LII4GC) 172#if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_LII3GC)
173#error "specified CONFIG_PF_... inconsistent with detected lii4gc" 173#error "specified CONFIG_PF_... inconsistent with detected lii3gc"
174#endif 174#endif
175#define MPS_PF_LII4GC 175#define MPS_PF_LII3GC
176#define MPS_PF_STRING "lii4gc" 176#define MPS_PF_STRING "lii3gc"
177#define MPS_OS_LI 177#define MPS_OS_LI
178#define MPS_ARCH_I4 178#define MPS_ARCH_I3
179#define MPS_BUILD_GC 179#define MPS_BUILD_GC
180#define MPS_T_WORD unsigned long 180#define MPS_T_WORD unsigned long
181#define MPS_T_ULONGEST unsigned long 181#define MPS_T_ULONGEST unsigned long
@@ -220,13 +220,13 @@
220/* GCC 2.95.3, gcc -E -dM */ 220/* GCC 2.95.3, gcc -E -dM */
221 221
222#elif defined(__FreeBSD__) && defined (__i386__) && defined (__GNUC__) 222#elif defined(__FreeBSD__) && defined (__i386__) && defined (__GNUC__)
223#if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_FRI4GC) 223#if defined(CONFIG_PF_STRING) && ! defined(CONFIG_PF_FRI3GC)
224#error "specified CONFIG_PF_... inconsistent with detected fri4gc" 224#error "specified CONFIG_PF_... inconsistent with detected fri3gc"
225#endif 225#endif
226#define MPS_PF_FRI4GC 226#define MPS_PF_FRI3GC
227#define MPS_PF_STRING "fri4gc" 227#define MPS_PF_STRING "fri3gc"
228#define MPS_OS_FR 228#define MPS_OS_FR
229#define MPS_ARCH_I4 229#define MPS_ARCH_I3
230#define MPS_BUILD_GC 230#define MPS_BUILD_GC
231#define MPS_T_WORD unsigned long 231#define MPS_T_WORD unsigned long
232#define MPS_T_ULONGEST unsigned long 232#define MPS_T_ULONGEST unsigned long