diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-11-20 21:44:58 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-11-20 21:44:58 +0000 |
commit | dd5a6279bc36d9c6ec0fbc566b320cc4975685e3 (patch) | |
tree | de7fe0b3d97c7ce3474e2c7cbea9314a387c12ce /src/s/cygwin.h | |
parent | abbdc6a07b34911e98d2877f545a33b77fd0df6d (diff) | |
download | emacs-dd5a6279bc36d9c6ec0fbc566b320cc4975685e3.tar.gz |
* s/cygwin.h: Remove unneeded linker flags.
Diffstat (limited to 'src/s/cygwin.h')
-rw-r--r-- | src/s/cygwin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index ec36f080784..f438d3a82e9 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -105,10 +105,8 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define SYSV_SYSTEM_DIR 1 #define UNEXEC unexcw.o #define POSIX_SIGNALS 1 -/* force the emacs image to start high in memory, so dll relocation - can put things in low memory without causing all sorts of grief for - emacs lisp pointers */ -#define DATA_SEG_BITS 0x20000000 +#define LINKER $(CC) + #define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS /* Use terminfo instead of termcap. Fewer environment variables to |