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
Open sidebar
emacs
emacs
Commits
04420943
Commit
04420943
authored
Nov 11, 2009
by
Dan Nicolaescu
Browse files
* s/freebsd.h:
* s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
parent
2db2f232
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
23 deletions
+4
-23
src/ChangeLog
src/ChangeLog
+3
-0
src/s/freebsd.h
src/s/freebsd.h
+1
-13
src/s/netbsd.h
src/s/netbsd.h
+0
-10
No files found.
src/ChangeLog
View file @
04420943
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
* s/freebsd.h:
* s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
* Makefile.in: Add dependencies to lisp.h. Remove dependencies
* Makefile.in: Add dependencies to lisp.h. Remove dependencies
for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
...
...
src/s/freebsd.h
View file @
04420943
...
@@ -84,19 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -84,19 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
#else
/* not __ELF__ */
#else
/* not __ELF__ */
#ifndef NO_SHARED_LIBS
#ifdef NO_SHARED_LIBS
#define LD_SWITCH_SYSTEM -e start -dc -L/usr/local/lib
#define HAVE_TEXT_START
/* No need to define `start_of_text'. */
#if __FreeBSD_version >= 300002
#define START_FILES pre-crt0.o /usr/lib/aout/crt0.o
#else
/* __FreeBSD_version < 300002 */
#define START_FILES pre-crt0.o /usr/lib/crt0.o
#endif
/* __FreeBSD_version < 300002 */
#define UNEXEC unexsunos4.o
#define RUN_TIME_REMAP
#define LIB_GCC -lgcc
#else
/* NO_SHARED_LIBS */
#ifdef __FreeBSD__
/* shared libs are available, but the user prefers
#ifdef __FreeBSD__
/* shared libs are available, but the user prefers
not to use them. */
not to use them. */
#define LD_SWITCH_SYSTEM -Bstatic -L/usr/local/lib
#define LD_SWITCH_SYSTEM -Bstatic -L/usr/local/lib
...
...
src/s/netbsd.h
View file @
04420943
...
@@ -53,16 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
...
@@ -53,16 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
/* Netbsd has POSIX-style pgrp behavior. */
/* Netbsd has POSIX-style pgrp behavior. */
#undef BSD_PGRPS
#undef BSD_PGRPS
#if !defined (NO_SHARED_LIBS) && ! defined (__ELF__)
/* These definitions should work for either dynamic or static linking,
whichever is the default for `cc -nostdlib'. */
#define HAVE_TEXT_START
/* No need to define `start_of_text'. */
#define START_FILES pre-crt0.o /usr/lib/crt0.o
#define UNEXEC unexsunos4.o
#define RUN_TIME_REMAP
#endif
/* not NO_SHARED_LIBS and not ELF */
#if !defined (NO_SHARED_LIBS) && defined (__ELF__)
#if !defined (NO_SHARED_LIBS) && defined (__ELF__)
#define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o
#define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o
#define UNEXEC unexelf.o
#define UNEXEC unexelf.o
...
...
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