diff options
author | Chong Yidong <cyd@stupidchicken.com> | 2009-11-21 04:50:36 +0000 |
---|---|---|
committer | Chong Yidong <cyd@stupidchicken.com> | 2009-11-21 04:50:36 +0000 |
commit | eb7fdcd95056e9727c50dbe6f3ee16d73e2f598c (patch) | |
tree | a65a3ee83ea044de78bfa82bc5288728af813d7a /src/s/cygwin.h | |
parent | 26d9285f3213af5175bc0d8dad2278b3b5506a0e (diff) | |
download | emacs-eb7fdcd95056e9727c50dbe6f3ee16d73e2f598c.tar.gz |
Fix last change.
Diffstat (limited to 'src/s/cygwin.h')
-rw-r--r-- | src/s/cygwin.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/s/cygwin.h b/src/s/cygwin.h index f438d3a82e9..69b826ac932 100644 --- a/src/s/cygwin.h +++ b/src/s/cygwin.h @@ -107,8 +107,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #define POSIX_SIGNALS 1 #define LINKER $(CC) -#define LINKER $(CC) -Wl,--image-base,DATA_SEG_BITS - /* Use terminfo instead of termcap. Fewer environment variables to go wrong, more terminal types. */ #define TERMINFO |