diff src/m/intel386.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 0132846995bd
children 74fd4e045ea6
line wrap: on
line diff
--- a/src/m/intel386.h	Mon Aug 13 10:27:41 2007 +0200
+++ b/src/m/intel386.h	Mon Aug 13 10:28:48 2007 +0200
@@ -150,17 +150,7 @@
 #define LIB_STANDARD "/lib/386/Slibcfp.a /lib/386/Slibc.a"
 #else /* not XENIX */
 
-/* this brings in alloca() if we're using cc */
 #ifdef USG
-#if 0 /* mrb: -lPW is now autodetected, anyways */
-#ifndef LIB_STANDARD
-#ifdef USG5_4
-#define LIB_STANDARD "-lc"
-#else /* not USG5_4 */
-#define LIB_STANDARD "-lPW -lc"
-#endif /* not USG5_4 */
-#endif /* LIB_STANDARD */
-#endif /* 0 */
 
 #if 0 /* ALLOCA is now autodetected */
 #define HAVE_ALLOCA