]> git.eshelyaron.com Git - emacs.git/commitdiff
NEWSOS5 conditional deleted.
authorRichard M. Stallman <rms@gnu.org>
Wed, 23 Feb 1994 19:47:11 +0000 (19:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 23 Feb 1994 19:47:11 +0000 (19:47 +0000)
[NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH)
(C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away.

src/m/mips.h

index 6bd2aea64d3a4d37c86f2e822f4085f67b96d940..2cdae83c3c3fed5589cbe10ce7c8cee6b175c614 100644 (file)
@@ -137,6 +137,7 @@ NOTE-END  */
 
 /* Alter some of the options used when linking.  */
 
+#ifndef NEWSOS5
 #ifdef BSD
 
 /* DECstations don't have this library.
@@ -148,23 +149,6 @@ NOTE-END  */
 #define LINKER /bsd43/bin/ld
   
 #else /* not BSD */
-#ifdef NEWSOS5
-
-#define LIBS_MACHINE -lmld
-#define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o
-#define LIB_STANDARD -lsocket -lnsl -lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o
-
-#ifdef __GNUC__
-#define C_DEBUG_SWITCH -g
-#define C_OPTIMIZE_SWITCH -g -O
-#define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000
-#else
-#define C_DEBUG_SWITCH -g3
-#define C_OPTIMIZE_SWITCH -g3
-#define LD_SWITCH_MACHINE -g3 -D 800000
-#endif
-
-#else /* not NEWSOS5 */
 
 #define LIBS_MACHINE -lmld
 #define LD_SWITCH_MACHINE -D 800000 -g3
@@ -179,8 +163,8 @@ NOTE-END  */
 #define HAVE_VFORK             /* Graciously provided by libX.a */
 #endif
 
-#endif /* not NEWSOS5 */
 #endif /* not BSD */
+#endif /* not NEWSOS5 */
 \f
 /* The standard definitions of these macros would work ok,
    but these are faster because the constants are short.  */