# HG changeset patch # User Richard M. Stallman # Date 762032831 0 # Node ID ba4e01f3dcd1e3e6ab9250ebf2704c4ad9a9e03c # Parent 1b850ad3015806ec6711efe7932ae26b4508cf9b NEWSOS5 conditional deleted. [NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH) (C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away. diff -r 1b850ad30158 -r ba4e01f3dcd1 src/m/mips.h --- 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. */