changeset 6044:ba4e01f3dcd1

NEWSOS5 conditional deleted. [NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH) (C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away.
author Richard M. Stallman <rms@gnu.org>
date Wed, 23 Feb 1994 19:47:11 +0000
parents 1b850ad30158
children c199a7ed9be2
files src/m/mips.h
diffstat 1 files changed, 2 insertions(+), 18 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/mips.h	Wed Feb 23 19:17:57 1994 +0000
+++ b/src/m/mips.h	Wed Feb 23 19:47:11 1994 +0000
@@ -137,6 +137,7 @@
 
 /* Alter some of the options used when linking.  */
 
+#ifndef NEWSOS5
 #ifdef BSD
 
 /* DECstations don't have this library.
@@ -148,23 +149,6 @@
 #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 @@
 #define HAVE_VFORK		/* Graciously provided by libX.a */
 #endif
 
+#endif /* not BSD */
 #endif /* not NEWSOS5 */
-#endif /* not BSD */
 
 /* The standard definitions of these macros would work ok,
    but these are faster because the constants are short.  */