[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] Rescue Win64 cygwin/mingw build and fix issue #498 (f679770)

Nicolas Cellier notifications at github.com
Thu Oct 1 08:34:01 UTC 2020


Nope, wrong guess, the incantation was correct...

It should not be `--stack=reserved,committed` but `--stack reserved,committed`

We cannot pass an argument containing a coma (,) via `-Wl,--stack,reserved,committed` because it would transform the command into `--stack reserved committed`

So there was a mixture of `-Wl,` and `-Xlinker`, which was misleading but correct...

See https://stackoverflow.com/questions/7221141/any-difference-between-wl-option-and-xlinker-option-syntax-for-gcc

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/f679770b318090f0abdddeabc59568a6520ed7f2#commitcomment-42876577
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20201001/1f597276/attachment.html>


More information about the Vm-dev mailing list