emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/iris4d.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/iris4d.h,v
Date: Thu, 10 Jul 2008 15:26:19 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/10 15:26:15

Index: src/m/iris4d.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/iris4d.h,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -b -r1.44 -r1.45
--- src/m/iris4d.h      10 Jul 2008 02:49:28 -0000      1.44
+++ src/m/iris4d.h      10 Jul 2008 15:26:14 -0000      1.45
@@ -101,21 +101,10 @@
 #define LIBS_MACHINE
 #define LIBS_DEBUG
 
-/* Define this if you have a fairly recent system,
-   in which crt1.o and crt1.n should be used.  */
-#define HAVE_CRTN
-
 #ifndef USG5_4
-#ifdef HAVE_CRTN
 /* Must define START-FILES so that the linker can find /usr/lib/crt0.o.  */
 #define START_FILES pre-crt0.o /usr/lib/crt1.o
 #define LIB_STANDARD -lc /usr/lib/crtn.o
-#else
-#define START_FILES pre-crt0.o /usr/lib/crt0.o
-/* The entry-point label (start of text segment) is `start', not `__start'.  */
-#define DEFAULT_ENTRY_ADDRESS start
-#define LIB_STANDARD -lc
-#endif
 #endif
 
 /* Use terminfo instead of termcap.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]