Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emacs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
emacs
emacs
Commits
dd5a6279
Commit
dd5a6279
authored
Nov 20, 2009
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* s/cygwin.h: Remove unneeded linker flags.
parent
abbdc6a0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
src/ChangeLog
src/ChangeLog
+4
-0
src/s/cygwin.h
src/s/cygwin.h
+2
-4
No files found.
src/ChangeLog
View file @
dd5a6279
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.
...
...
src/s/cygwin.h
View file @
dd5a6279
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment