-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support installing both
.par' and non-
.par' versions of the GC libr…
…ary. Estimated hours taken: 3 Support installing both `.par' and non-`.par' versions of the GC library. scripts/ml.in: Change the code for computing which version of the GC library to link in so that it also takes the `.par' grade component into account, rather than just the `.prof' grade component. Add new options `--print-gc-grade' (for use by the top-level Mmakefile) and `--print-grade' (for symmetry). Mmakefile: When invoking sub-makes in the boehm_gc directory, pass down GC_GRADE instead of PROF. Compute the GC_GRADE value using `scripts/ml ... --print-gc-grade` rather than computing it manually, since this avoids code duplication. boehm_gc/Mmakefile: boehm_gc/Makefile: boehm_gc/NT_MAKEFILE: s/gc$(PROF)/$(GC_GRADE)/g runtime/Mmakefile: trace/Mmakefile: browser/Mmakefile: bytecode/Mmakefile: library/Mmakefile: compiler/Mmakefile: profiler/Mmakefile: Change the code for computing which version of the GC library to link in so that it also takes the `.par' grade component into account, rather than just the `.prof' grade component.
- Loading branch information
Fergus Henderson
committed
Aug 17, 2000
1 parent
532e4ec
commit d7ed113
Showing
12 changed files
with
121 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters