racket/racket
Matthew Flatt 90b79524aa revise build to avoid ld and nicear
The Chez Scheme build process now create an archive instead of linking
"kernel.o". Adjust the Racket CS build to use archives instead of
"kernel.o".

Also, modernize the Racket build's use of `ar`. Using the flags `rc` by
default (instead of `ruv`) should avoid the need for `nicear`.
2019-06-21 16:53:58 -06:00
..
collects syntax/parse: fix handling of ~seq with action patterns 2019-06-20 16:36:14 +02:00
src revise build to avoid ld and nicear 2019-06-21 16:53:58 -06:00
.gitignore