* m/hp800.h (LIBS_MACHINE): Remove, same as default.
* m/iris4d.h (LIBS_MACHINE): Likewise.
* m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
* s/aix4-2.h (LIBS_SYSTEM): ... here.
+2010-03-23 Dan Nicolaescu <dann@ics.uci.edu>
+
+ Simplify LIBS_MACHINE definitions.
+ * m/hp800.h (LIBS_MACHINE): Remove, same as default.
+ * m/iris4d.h (LIBS_MACHINE): Likewise.
+ * m/ibmrs6000.h (LIBS_MACHINE): Rename to LIBS_SYSTEM and move ...
+ * s/aix4-2.h (LIBS_SYSTEM): ... here.
+
2010-03-22 Dan Nicolaescu <dann@ics.uci.edu>
Remove dead code dealing with POSIX_SIGNALS.
#define UNEXEC unexhp9k800.o
-#define LIBS_MACHINE
#define LIBS_DEBUG
/* Include the file bsdtty.h, since this machine has job control. */
#define NLIST_STRUCT
#endif
-/* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless
- on older versions of X where it happens to exist. */
-#ifdef HAVE_LIBPTHREADS
-#define LIBS_MACHINE -lrts -lIM -liconv -lpthreads
-#else
-/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
-#define LIBS_MACHINE -lrts -lIM -liconv
-#endif
-
#undef ADDR_CORRECT
#define ADDR_CORRECT(x) ((int)(x))
#define DATA_START 0x10000000
#define DATA_SEG_BITS 0x10000000
-#undef LIBS_MACHINE
-#define LIBS_MACHINE
#define LIBS_DEBUG
\f
/* Use terminfo instead of termcap. */
#define LIB_STANDARD
+/* -lpthreads seems to be necessary for Xlib in X11R6, and should be harmless
+ on older versions of X where it happens to exist. */
+#ifdef HAVE_LIBPTHREADS
+#define LIBS_SYSTEM -lrts -lIM -liconv -lpthreads
+#else
+/* IBM's X11R5 use -lIM and -liconv in AIX 3.2.2. */
+#define LIBS_SYSTEM -lrts -lIM -liconv
+#endif
+
/* Use terminfo instead of termcap. */
#define TERMINFO