mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Add some help for AIX. (Konrad Hinsen)
This commit is contained in:
parent
dc59340646
commit
cc8e1a4ed7
1 changed files with 4 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue