Files
mercury/.gitmodules
Paul Bone 9327299975 Update Boehm GC to the leatest version on the release-7_4 branch
This is the 7.4.2 release plus some bug fixes, such as fixes for the TSX
bug.

.gitmodules:
    Update to the release-7_4 branch

boehm_gc:
libatomic_ops:
    Update submodules.

compiler/notes/upgrade_boehm_gc.html:
    Update documentation.

scripts/prepare_install_dir.in:
    Conform to changes in the boehm_gc repository.
2015-10-01 10:26:47 +10:00

9 lines
198 B
Plaintext

[submodule "boehm_gc"]
path = boehm_gc
url = ../bdwgc.git
branch = release-7_4-mercury
[submodule "libatomic_ops"]
path = libatomic_ops
url = ../libatomic_ops.git
branch = release-7_4-mercury