diff src/s/umips.h @ 173:8eaf7971accc r20-3b13

Import from CVS: tag r20-3b13
author cvs
date Mon, 13 Aug 2007 09:49:09 +0200
parents 0132846995bd
children c5d627a313b1
line wrap: on
line diff
--- a/src/s/umips.h	Mon Aug 13 09:47:55 2007 +0200
+++ b/src/s/umips.h	Mon Aug 13 09:49:09 2007 +0200
@@ -9,7 +9,8 @@
 
 #define C_SWITCH_SYSTEM "-systype bsd43"
 #define LD_SWITCH_SYSTEM "-systype bsd43"
-#define LIBS_SYSTEM "-lmld"
+#undef LIBS_SYSTEM
+/* #define LIBS_SYSTEM "-lmld" */ /* mrb */
 #define LIBS_DEBUG
 #define START_FILES "pre-crt0.o /lib/crt1.o"
 #define LIB_STANDARD "-lc /usr/lib/crtn.o"
@@ -23,7 +24,8 @@
 #define DONT_DEFINE_NO_REMAP /* `static' hack not needed */
 #include "usg5-2-2.h"
 
-#define LIBS_SYSTEM "-lmld"
+#undef LIBS_SYSTEM
+/* #define LIBS_SYSTEM "-lmld" */ /* mrb */
 #define LIBS_DEBUG
 #define START_FILES "pre-crt0.o /usr/lib/crt1.o"
 #define LIB_STANDARD "-lbsd -lc /usr/lib/crtn.o"