From: Guillermo J. Rozas Date: Thu, 20 Aug 1992 16:06:16 +0000 (+0000) Subject: Add alpha conditionalization. X-Git-Tag: 20090517-FFI~9093 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=05e1e6f248d605b22d05a559b5123d9ffa6c2d8a;p=mit-scheme.git Add alpha conditionalization. --- diff --git a/v7/src/microcode/unxutl/ymkfile b/v7/src/microcode/unxutl/ymkfile index 1678e5c5d..9575ae754 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.55 1992/05/05 05:04:59 jinx Exp $ +$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/microcode/unxutl/Attic/ymkfile,v 1.56 1992/08/20 16:06:16 jinx Exp $ Copyright (c) 1989-1992 Massachusetts Institute of Technology @@ -236,6 +236,18 @@ cmpaux-i386.s : cmpaux-i386.m4 xmakefile #endif /* PROC_TYPE_I386 */ +#if (PROC_TYPE == PROC_TYPE_ALPHA) +#define PROC_TYPE_KNOWN +MACHINE_SWITCHES = -DHAS_COMPILER_SUPPORT +MACHINE_SOURCES = cmpint.c cmpaux-alpha.s +MACHINE_OBJECTS = cmpint.o cmpaux-alpha.o +GC_HEAD_FILES = gccode.h cmpgc.h cmpint-alpha.h + +cmpaux-alpha.o : cmpaux-alpha.s +cmpaux-alpha.s : cmpaux-alpha.m4 xmakefile + +#endif /* PROC_TYPE_ALPHA */ + #ifndef PROC_TYPE_KNOWN MACHINE_SWITCHES = MACHINE_SOURCES = cmpint.c