Add :CHENEYGC feature to non-GENCGC targets.
authorAlastair Bridgewater <nyef@kana.lisphacker.com>
Tue, 6 Dec 2011 16:05:53 +0000 (11:05 -0500)
committerAlastair Bridgewater <nyef@kana.lisphacker.com>
Tue, 6 Dec 2011 16:05:53 +0000 (11:05 -0500)
commit6e3259c47f3c53001d762e0aa9df12dfc0251dd4
treec000734b9a346bcd9301f59d9394999426a987fd
parent0be4d8fb8ca8a96395a3cc9192bd5f0cbeedfac9
Add :CHENEYGC feature to non-GENCGC targets.

  * When I wrote 14fd5afbac525e7a2e86903070afa0e94dfa14f7 I was
under the impression that there was a :CHENEYGC feature used on
plaforms that used the cheney collector.  This was logical, but
incorrect.

  * The two ways forward were to back out the use of :CHENEYGC
as a feature when checking compatibility or to move forward and
add :CHENEYGC and use it in preference to (NOT :GENCGC) where
appropriate, opening the door to a third GC option.

  * This is the minimal fix, adding :cheneygc to the non-gencgc
targets in make-config.sh.
make-config.sh