From: Guido van Rossum Date: Thu, 30 Apr 1998 13:34:12 +0000 (+0000) Subject: Add some help for AIX. (Konrad Hinsen) X-Git-Tag: v1.5.2a1~765 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cc8e1a4ed743f66be763f9bb9f40539b2572bf5c;p=thirdparty%2FPython%2Fcpython.git Add some help for AIX. (Konrad Hinsen) --- diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index cf1144548fb3..cbb0b182656f 100644 --- a/Misc/Makefile.pre.in +++ b/Misc/Makefile.pre.in @@ -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)