From e6bc33441d49baf742881cd878a138649f46ea99 Mon Sep 17 00:00:00 2001 From: "Guillermo J. Rozas" Date: Thu, 20 Feb 1992 16:33:15 +0000 Subject: [PATCH] Add 386 processor definitions. --- v7/src/microcode/unxutl/ymkfile | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 1fbf712ec..69755b77e 100644 --- a/v7/src/microcode/unxutl/ymkfile +++ b/v7/src/microcode/unxutl/ymkfile @@ -1,6 +1,6 @@ /* -*-C-*- -$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.53 1992/02/10 13:03:06 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.54 1992/02/20 16:33:15 jinx Exp $ Copyright (c) 1989-92 Massachusetts Institute of Technology @@ -223,6 +223,19 @@ cmpaux-mips.s : cmpaux-mips.m4 xmakefile #endif /* PROC_TYPE_MIPS */ +#if (PROC_TYPE == PROC_TYPE_I386) +#define PROC_TYPE_KNOWN +#undef i386 +MACHINE_SWITCHES = -DHAS_COMPILER_SUPPORT +MACHINE_SOURCES = cmpint.c cmpaux-i386.s +MACHINE_OBJECTS = cmpint.o cmpaux-i386.o +GC_HEAD_FILES = gccode.h cmpgc.h cmpint-i386.h + +cmpaux-i386.o : cmpaux-i386.s +cmpaux-i386.s : cmpaux-i386.m4 xmakefile + +#endif /* PROC_TYPE_I386 */ + #ifndef PROC_TYPE_KNOWN MACHINE_SWITCHES = MACHINE_SOURCES = cmpint.c -- 2.25.1