aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDan Nicolaescu2009-11-11 19:13:50 +0000
committerDan Nicolaescu2009-11-11 19:13:50 +0000
commit04420943de5a7a92f94c7642b76990c77ca751f8 (patch)
treeeffb4eb869d3e3b1cc851c0996e9a654fb69609e /src
parent2db2f23269d5fab0cbae7c13ae9e35f275d09d99 (diff)
downloademacs-04420943de5a7a92f94c7642b76990c77ca751f8.tar.gz
emacs-04420943de5a7a92f94c7642b76990c77ca751f8.zip
* s/freebsd.h:
* s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog3
-rw-r--r--src/s/freebsd.h14
-rw-r--r--src/s/netbsd.h10
3 files changed, 4 insertions, 23 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a2c1d8722cd..b174073a82f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12009-11-11 Dan Nicolaescu <dann@ics.uci.edu> 12009-11-11 Dan Nicolaescu <dann@ics.uci.edu>
2 2
3 * s/freebsd.h:
4 * s/netbsd.h: Remove code referring to non-existent file: unexsunos4.o.
5
3 * Makefile.in: Add dependencies to lisp.h. Remove dependencies 6 * Makefile.in: Add dependencies to lisp.h. Remove dependencies
4 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c. 7 for non-existent files: unexmips.c, unexnext.c, abbrev.c, malloc.c.
5 8
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index b3ca5a8c890..fad81406040 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -84,19 +84,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
84 84
85#else /* not __ELF__ */ 85#else /* not __ELF__ */
86 86
87#ifndef NO_SHARED_LIBS 87#ifdef NO_SHARED_LIBS
88#define LD_SWITCH_SYSTEM -e start -dc -L/usr/local/lib
89#define HAVE_TEXT_START /* No need to define `start_of_text'. */
90#if __FreeBSD_version >= 300002
91#define START_FILES pre-crt0.o /usr/lib/aout/crt0.o
92#else /* __FreeBSD_version < 300002 */
93#define START_FILES pre-crt0.o /usr/lib/crt0.o
94#endif /* __FreeBSD_version < 300002 */
95#define UNEXEC unexsunos4.o
96#define RUN_TIME_REMAP
97#define LIB_GCC -lgcc
98
99#else /* NO_SHARED_LIBS */
100#ifdef __FreeBSD__ /* shared libs are available, but the user prefers 88#ifdef __FreeBSD__ /* shared libs are available, but the user prefers
101 not to use them. */ 89 not to use them. */
102#define LD_SWITCH_SYSTEM -Bstatic -L/usr/local/lib 90#define LD_SWITCH_SYSTEM -Bstatic -L/usr/local/lib
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index 81fba0440f7..0d4d8724b1a 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -53,16 +53,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
53/* Netbsd has POSIX-style pgrp behavior. */ 53/* Netbsd has POSIX-style pgrp behavior. */
54#undef BSD_PGRPS 54#undef BSD_PGRPS
55 55
56#if !defined (NO_SHARED_LIBS) && ! defined (__ELF__)
57/* These definitions should work for either dynamic or static linking,
58 whichever is the default for `cc -nostdlib'. */
59#define HAVE_TEXT_START /* No need to define `start_of_text'. */
60#define START_FILES pre-crt0.o /usr/lib/crt0.o
61#define UNEXEC unexsunos4.o
62#define RUN_TIME_REMAP
63
64#endif /* not NO_SHARED_LIBS and not ELF */
65
66#if !defined (NO_SHARED_LIBS) && defined (__ELF__) 56#if !defined (NO_SHARED_LIBS) && defined (__ELF__)
67#define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o 57#define START_FILES pre-crt0.o /usr/lib/crt0.o START_FILES_1 /usr/lib/crtbegin.o
68#define UNEXEC unexelf.o 58#define UNEXEC unexelf.o