|
From: | Ken Brown |
Subject: | Re: New emacs maintainer for cygwin |
Date: | Wed, 20 May 2009 08:30:13 -0400 |
User-agent: | Thunderbird 2.0.0.21 (Windows/20090302) |
On 5/20/2009 4:05 AM, Angelo Graziosi wrote:
Ken Brown wrote:Note that you _must_ use LD='$(CC)' in the last two commands above, toprevent GCC from passing the "--image-base 0x20000000" option to the linker, which is what it does by default.
[...]
To be honest, it is some time that in my build I use only: auto_import="-Wl,--enable-auto-import" pseudo_reloc="-Wl,--enable-runtime-pseudo-reloc" which should be recommended.
I wasn't talking about the linker flags, which I agree are recommended. I was talking about the need to use LD='$(CC)'. The patch I proposed makes that unnecessary.
Ken
[Prev in Thread] | Current Thread | [Next in Thread] |