changeset 1354:64d3e2f4b8be

entered into RCS
author Richard M. Stallman <rms@gnu.org>
date Tue, 06 Oct 1992 18:53:45 +0000
parents e5334b44bdab
children 1777d125c0a7
files src/m/ibmps2-aix.h
diffstat 1 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/m/ibmps2-aix.h	Tue Oct 06 15:50:19 1992 +0000
+++ b/src/m/ibmps2-aix.h	Tue Oct 06 18:53:45 1992 +0000
@@ -231,3 +231,17 @@
 #undef LIBX10_SYSTEM
 #undef LIBX11_SYSTEM
 #endif
+
+/* Shared libraries are supported in a patch release of ps/2 1.2.1.
+   If the system has them, the user can turn them on, and this code
+   will make them work.  */
+#define USG_SHARED_LIBRARIES /* Assume that by 19's release everyone has this.  */
+
+#ifdef USG_SHARED_LIBRARIES
+#define ORDINARY_LINK
+#undef LIB_STANDARD
+#undef LD_SWITCH_MACHINE
+#if __GNUC__ > 1
+#define LD_SWITCH_MACHINE -shlib
+#endif
+#endif