From 02e6f1658a25be3f3127acec7cd72c3eb662de88 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 11 May 1999 03:52:31 +0000 Subject: [PATCH] Change option code so that "-compiler" and "-edwin" can be specified together, in which case they select the "all.com" band. Also modify the heap-sizing code so that the default constant size is taken from the band, and the heap size is increased by the amount of heap in the band. --- v7/src/microcode/ntutl/makefile | 4 ++-- v7/src/microcode/ntutl/makefile.wcc | 4 ++-- v7/src/microcode/os2utl/makefile.cmn | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/v7/src/microcode/ntutl/makefile b/v7/src/microcode/ntutl/makefile index 9b158859d..d80d7e262 100644 --- a/v7/src/microcode/ntutl/makefile +++ b/v7/src/microcode/ntutl/makefile @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile,v 1.23 1999/01/02 06:11:34 cph Exp $ +### $Id: makefile,v 1.24 1999/05/11 03:52:25 cph Exp $ ### ### Copyright (c) 1992-1999 Massachusetts Institute of Technology ### @@ -362,7 +362,7 @@ storage.obj : scheme.tch gctype.c char.obj string.obj dfloat.obj : scheme.tch prims.h nttterm.obj : scheme.tch prims.h osterm.h boot.obj : scheme.tch prims.h version.h option.h ostop.h -option.obj : ansidecl.h option.h +option.obj : scheme.tch fasl.h osenv.h osfs.h term.obj : scheme.tch missing.obj : config.h BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES) diff --git a/v7/src/microcode/ntutl/makefile.wcc b/v7/src/microcode/ntutl/makefile.wcc index 63ac53ff8..a5f87f794 100644 --- a/v7/src/microcode/ntutl/makefile.wcc +++ b/v7/src/microcode/ntutl/makefile.wcc @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.wcc,v 1.12 1999/01/02 06:11:34 cph Exp $ +### $Id: makefile.wcc,v 1.13 1999/05/11 03:52:31 cph Exp $ ### ### Copyright (c) 1992-1999 Massachusetts Institute of Technology ### @@ -456,7 +456,7 @@ storage.obj : scheme.tch gctype.c char.obj string.obj dfloat.obj : scheme.tch prims.h nttterm.obj : scheme.tch prims.h osterm.h boot.obj : scheme.tch prims.h version.h option.h ostop.h -option.obj : ansidecl.h option.h +option.obj : scheme.tch fasl.h osenv.h osfs.h term.obj : scheme.tch missing.obj : config.h BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES) diff --git a/v7/src/microcode/os2utl/makefile.cmn b/v7/src/microcode/os2utl/makefile.cmn index bb01e5714..a9494bc99 100644 --- a/v7/src/microcode/os2utl/makefile.cmn +++ b/v7/src/microcode/os2utl/makefile.cmn @@ -1,6 +1,6 @@ ### -*- Fundamental -*- ### -### $Id: makefile.cmn,v 1.11 1999/01/02 06:11:34 cph Exp $ +### $Id: makefile.cmn,v 1.12 1999/05/11 03:50:57 cph Exp $ ### ### Copyright (c) 1994-1999 Massachusetts Institute of Technology ### @@ -330,7 +330,7 @@ storage.$(OBJ) : scheme.tch gctype.c char.$(OBJ) string.$(OBJ) dfloat.$(OBJ) : scheme.tch prims.h tterm.$(OBJ) : scheme.tch prims.h osterm.h boot.$(OBJ) : scheme.tch prims.h version.h option.h ostop.h os.h -option.$(OBJ) : ansidecl.h obstack.h config.h osenv.h +option.$(OBJ) : scheme.tch fasl.h osenv.h osfs.h term.$(OBJ) : scheme.tch missing.$(OBJ) : config.h BCHGCC_H = bchgcc.h oscond.h $(GC_HEAD_FILES) -- 2.25.1