changeset 3156:ec142b6ddb34

* s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if we're using GCC - that's an XLC switch. * s/aix3-2.h (LIBS_SYSTEM): Put -LIM -Liconv here.
author Jim Blandy <jimb@redhat.com>
date Thu, 27 May 1993 02:08:14 +0000
parents b18adae0a424
children 84825e357019
files src/s/aix3-2.h
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/aix3-2.h	Thu May 27 01:12:16 1993 +0000
+++ b/src/s/aix3-2.h	Thu May 27 02:08:14 1993 +0000
@@ -6,7 +6,9 @@
    and that's supposedly what 3.2 will come with.  */
 #undef SPECIFY_X11R4
 
+#ifndef __GNUC__
 #define C_SWITCH_SYSTEM -ma
+#endif
 #define HAVE_ALLOCA
 #undef rindex
 #undef index
@@ -17,3 +19,8 @@
    3.2, and a cc-compiled Emacs works with this undefined.
    --karl@cs.umb.edu.  */
 #undef SYSTEM_MALLOC
+
+/*
+   IBM's X11R5 use these libraries in AIX 3.2.2.  */
+
+#define LIBS_SYSTEM -lIM -liconv