diff options
author | Guido van Rossum <guido@python.org> | 1998-04-30 13:34:12 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-04-30 13:34:12 (GMT) |
commit | cc8e1a4ed743f66be763f9bb9f40539b2572bf5c (patch) | |
tree | ba669234166013ceeb5af47fee8a29bb4c2ffdff /Misc/Makefile.pre.in | |
parent | dc59340646d1e568b10d467fa55b4839d3aa2ae9 (diff) | |
download | cpython-cc8e1a4ed743f66be763f9bb9f40539b2572bf5c.zip cpython-cc8e1a4ed743f66be763f9bb9f40539b2572bf5c.tar.gz cpython-cc8e1a4ed743f66be763f9bb9f40539b2572bf5c.tar.bz2 |
Add some help for AIX. (Konrad Hinsen)
Diffstat (limited to 'Misc/Makefile.pre.in')
-rw-r--r-- | Misc/Makefile.pre.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/Makefile.pre.in b/Misc/Makefile.pre.in index cf11445..cbb0b18 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) |