]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add some help for AIX. (Konrad Hinsen)
authorGuido van Rossum <guido@python.org>
Thu, 30 Apr 1998 13:34:12 +0000 (13:34 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 30 Apr 1998 13:34:12 +0000 (13:34 +0000)
Misc/Makefile.pre.in

index cf1144548fb370b57b7f444247c98720389e3a26..cbb0b182656f3659b6d2204a94dc77157a1feea1 100644 (file)
@@ -136,6 +136,10 @@ prefix=            /usr/local
 # Install prefix for architecture-dependent files
 exec_prefix=   $(prefix)
 
+# Uncomment the following two lines for AIX
+#LINKCC=       $(LIBPL)/makexp_aix $(LIBPL)/python.exp "" $(LIBRARY); $(PURIFY) $(CC)
+#LDSHARED=     $(LIBPL)/ld_so_aix $(CC) -bI:$(LIBPL)/python.exp
+
 # === Fixed definitions ===
 
 # Shell used by make (some versions default to the login shell, which is bad)