mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
* s/cygwin.h: Remove unneeded linker flags.
This commit is contained in:
parent
abbdc6a07b
commit
dd5a6279bc
@ -1,3 +1,7 @@
|
||||
2009-11-20 Ken Brown <kbrown@cornell.edu> (tiny change)
|
||||
|
||||
* s/cygwin.h: Remove unneeded linker flags.
|
||||
|
||||
2009-11-20 Jan Djärv <jan.h.d@swipnet.se>
|
||||
|
||||
* xfns.c (x_default_font_parameter): Call xsettings_get_system_font.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user