]> granicus.if.org Git - gc/commit
Fix Makefile.direct for Cygwin
authorPaul Bone <paul@bone.id.au>
Thu, 16 Jul 2015 17:31:24 +0000 (20:31 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Thu, 16 Jul 2015 17:31:24 +0000 (20:31 +0300)
commitd00b16ac3ec59bc9c2a8c5e013916ca26b1df477
tree310deb69f9ae9c307001e6a77bbc2ddd66e98caa
parent0ee8e8c6c15e13333caf99cce211d9b384e1b868
Fix Makefile.direct for Cygwin
(Apply part of commit 9f229e2 from "paulbone/mercury7_4_pbone" branch.)

* Makefile.direct (CXX, AS): Add comment.
* Makefile.direct (LD): New variable.
* Makefile.direct (libalphagc.so, libirixgc.so, mach_dep.o): Use LD
variable.
* Makefile.direct (mach_dep.o): Replace "as $(AS_ABI_FLAG)" with $(AS).
* Makefile.direct (mach_dep.o, mark_rts.o): Add Cygwin-specific rules.
Makefile.direct